simpleType "EMSAgencyNumber"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
15
MinLength:
1

All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
The state-assigned provider number of the responding agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSAgencyNumber
Derivation:
restriction of xs:string
Facets:
maxLength:
15
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMSAgencyNumber">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>