simpleType "EMSUnitCallSign"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
50
MinLength:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The EMS unit number used to dispatch and communicate with the unit. This may be the same as the EMS Unit/Vehicle Number in many agencies.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSUnitCallSign
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMSUnitCallSign">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>