simpleType "TransportModeFromScene"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4217001"
 - 
Emergent (Immediate Response)
"4217003"
 - 
Emergent Downgraded to Non-Emergent
"4217005"
 - 
Non-Emergent
"4217007"
 - 
Non-Emergent Upgraded to Emergent

All Direct / Indirect Based Elements (2):
eDisposition.17 (type anonymous)
Known Usage Locations
Annotation
Indication whether the transport was emergent or non-emergent.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TransportModeFromScene
Derivation:
restriction of xs:string
Facets:
enumeration:
"4217001"
 - 
Emergent (Immediate Response)
"4217003"
 - 
Emergent Downgraded to Non-Emergent
"4217005"
 - 
Non-Emergent
"4217007"
 - 
Non-Emergent Upgraded to Emergent
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="TransportModeFromScene">
<xs:restriction base="xs:string">
<xs:enumeration value="4217001"/>
<xs:enumeration value="4217003"/>
<xs:enumeration value="4217005"/>
<xs:enumeration value="4217007"/>
</xs:restriction>
</xs:simpleType>