simpleType "IncidentLocationType"
Namespace:
Defined:
globally in eScene_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
Y92\.[0-9]{1,3}

All Direct / Indirect Based Elements (2):
eScene.09 (type anonymous)
Known Usage Locations
Annotation
The kind of location where the incident happened
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  IncidentLocationType
Derivation:
restriction of xs:string
Facets:
pattern:
Y92\.[0-9]{1,3}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="IncidentLocationType">
<xs:restriction base="xs:string">
<xs:pattern value="Y92\.[0-9]{1,3}"/>
</xs:restriction>
</xs:simpleType>