simpleType "OtherServicesAtScene"
Namespace:
Defined:
globally in eScene_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2704001"
 - 
EMS Mutual Aid
"2704003"
 - 
Fire
"2704005"
 - 
First Responder
"2704007"
 - 
Hazmat
"2704009"
 - 
Law
"2704011"
 - 
Other
"2704013"
 - 
Other EMS Agency
"2704015"
 - 
Other Health Care Provider
"2704017"
 - 
Rescue
"2704019"
 - 
Utilities

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Other services that were at the scene, if any
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  OtherServicesAtScene
Derivation:
restriction of xs:string
Facets:
enumeration:
"2704001"
 - 
EMS Mutual Aid
"2704003"
 - 
Fire
"2704005"
 - 
First Responder
"2704007"
 - 
Hazmat
"2704009"
 - 
Law
"2704011"
 - 
Other
"2704013"
 - 
Other EMS Agency
"2704015"
 - 
Other Health Care Provider
"2704017"
 - 
Rescue
"2704019"
 - 
Utilities
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="OtherServicesAtScene">
<xs:restriction base="xs:string">
<xs:enumeration value="2704001"/>
<xs:enumeration value="2704003"/>
<xs:enumeration value="2704005"/>
<xs:enumeration value="2704007"/>
<xs:enumeration value="2704009"/>
<xs:enumeration value="2704011"/>
<xs:enumeration value="2704013"/>
<xs:enumeration value="2704015"/>
<xs:enumeration value="2704017"/>
<xs:enumeration value="2704019"/>
</xs:restriction>
</xs:simpleType>