element -> <eInjury.08>
eInjury.08 Airbag Deployment No Yes Indication of Airbag Deployment E10_09 Optional MMUCC P8 data element baseline was used for this element.
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
locally within eInjury complexType in eInjury_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eInjury.08
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eInjury.08>
Simple Content Detail:
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

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  AirbagDeployment (extension)
      complexType
Derivation:
extension of AirbagDeployment
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.AirbagDeployment" maxOccurs="unbounded" minOccurs="0" name="eInjury.08">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AirbagDeployment">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>