simpleType "AirbagDeployment"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2908001"
 - 
Airbag Deployed Front
"2908003"
 - 
Airbag Deployed Side
"2908005"
 - 
Airbag Deployed Other (knee, air belt, etc.)
"2908007"
 - 
No Airbag Deployed
"2908009"
 - 
No Airbag Present

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
IndicationOfAirbagDeployment
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AirbagDeployment
Derivation:
restriction of xs:string
Facets:
enumeration:
"2908001"
 - 
Airbag Deployed Front
"2908003"
 - 
Airbag Deployed Side
"2908005"
 - 
Airbag Deployed Other (knee, air belt, etc.)
"2908007"
 - 
No Airbag Deployed
"2908009"
 - 
No Airbag Present
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="AirbagDeployment">
<xs:restriction base="xs:string">
<xs:enumeration value="2908001"/>
<xs:enumeration value="2908003"/>
<xs:enumeration value="2908005"/>
<xs:enumeration value="2908007"/>
<xs:enumeration value="2908009"/>
<!--<xs:enumeration value="2908011">
<xs:annotation>
<xs:documentation>Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
-->
</xs:restriction>
</xs:simpleType>