simpleType "EMSResponseNumber"
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.04 (type anonymous)
Known Usage Locations
Annotation
The internal EMS response number which is unique for each EMS Vehicle's (Unit) response to an incident within an EMS Agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSResponseNumber
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
3
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMSResponseNumber">
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>