simpleType "EMSAgencyID"
Namespace:
Defined:
globally in eScene_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
25
MinLength:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The ID number for the Other Public Safety or EMS Agency listed in E08_01.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSAgencyID
Derivation:
restriction of xs:string
Facets:
maxLength:
25
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMSAgencyID">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>