simpleType "LocationType"
Namespace:
Defined:
globally in dLocation_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1301001"
 - 
EMS Agency Headquarters
"1301003"
 - 
EMS Staging Area
"1301005"
 - 
EMS Station
"1301007"
 - 
Other

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of EMS Location.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  LocationType
Derivation:
restriction of xs:string
Facets:
enumeration:
"1301001"
 - 
EMS Agency Headquarters
"1301003"
 - 
EMS Staging Area
"1301005"
 - 
EMS Station
"1301007"
 - 
Other
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="LocationType">
<xs:restriction base="xs:string">
<xs:enumeration value="1301001"/>
<xs:enumeration value="1301003"/>
<xs:enumeration value="1301005"/>
<xs:enumeration value="1301007"/>
</xs:restriction>
</xs:simpleType>