simpleType "StretcherPurposeDesciption"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
80
MinLength:
2

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Free Text Documentation providing the reason for use of a stretcher in the EMS patient transport.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  StretcherPurposeDesciption
Derivation:
restriction of xs:string
Facets:
maxLength:
80
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="StretcherPurposeDesciption">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>