simpleType "EMSIncidentNumber"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
50
MinLength:
3

All Direct / Indirect Based Elements (2):
eResponse.03 (type anonymous)
Known Usage Locations
Annotation
The incident number assigned by the 911 Dispatch System
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSIncidentNumber
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
3
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMSIncidentNumber">
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>