simpleType "IncidentFacilityCode"
Namespace:
Defined:
globally in eScene_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
50
MinLength:
2

All Direct / Indirect Based Elements (2):
eScene.10 (type anonymous)
Known Usage Locations
Annotation
The state or regulatory number (code) associated with the facility if the Incident is a Healthcare Facility.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  IncidentFacilityCode
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="IncidentFacilityCode">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>