element -> <eInjury.SeatGroup>
Group Tag to hold the seat details
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Content Model Diagram
XML Representation Summary
<eInjury.SeatGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eInjury.26?, eInjury.27?, eInjury.28?, eInjury.29?
</eInjury.SeatGroup>
Content model elements (4):
Included in content model of elements (1):
XML Source (w/o annotations (5); see within schema source)
<xs:element id="eInjury.SeatGroup" maxOccurs="unbounded" minOccurs="0" name="eInjury.SeatGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eInjury.ACNVehicleSeatLocation" minOccurs="0" name="eInjury.26">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="SeatLocation"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eInjury.SeatOccupied" minOccurs="0" name="eInjury.27" type="ACNYesNoType"/>
<xs:element id="eInjury.ACNIncidentSeatbeltUse" minOccurs="0" name="eInjury.28" type="ACNYesNoType"/>
<xs:element id="eInjury.ACNIncidentAirbagDeployed" minOccurs="0" name="eInjury.29" type="ACNYesNoType"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</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"/>
Content Element Detail (all declarations; defined in this component only; 4/4)
eInjury.26
Type:
anonymous (extension of SeatLocation), simple content
eInjury.26 ACN Vehicle Seat Location No No The Automated Collision Notification Indication of the Occupant(s) Seat Location(s) within the vehicle. Optional Based on Vehicular Emergency Data Set: Seat - Multiple entry for each seats data. Indicates seatbelt and seat sensor data for individual seat position in the vehicle. These elements come from passenger vehicle. Vehicular Emergency Data Set (VEDS) Recommendations. Version 3.0 Prepared: (February 2011) by the Advanced Automatic Crash Notification (AACN)Joint APCO/NENA Data Standardization Working Group. Added to better incorporate advanced automated collision notification information.
Simple Content
enumeration of xs:string
Enumeration:
"2926001"
 - 
Driver Front Seat
"2926003"
 - 
Front Row Middle Seat
"2926005"
 - 
Passenger Front Seat
"2926007"
 - 
Second Row Left Seat
"2926009"
 - 
Second Row Middle Seat
"2926011"
 - 
Second Row Right Seat
"2926013"
 - 
Third Row Left Seat
"2926015"
 - 
Third Row Middle Seat
"2926017"
 - 
Third Row Right Seat
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNVehicleSeatLocation" minOccurs="0" name="eInjury.26">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="SeatLocation"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eInjury.27
Type:
ACNYesNoType, simple content
eInjury.27 Seat Occupied No No Indication if seat is occupied based on seat sensor data. Optional Based on Vehicular Emergency Data Set: Occupied - Associated with each seat. Vehicular Emergency Data Set (VEDS) Recommendations. Version 3.0 Prepared: (February 2011) by the Advanced Automatic Crash Notification (AACN)Joint APCO/NENA Data Standardization Working Group. Added to better incorporate advanced automated collision notification information.
Simple Content
enumeration of xs:string
Enumeration:
"Y"
 - 
Yes
"N"
 - 
No
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.SeatOccupied" minOccurs="0" name="eInjury.27" type="ACNYesNoType"/>

eInjury.28
Type:
ACNYesNoType, simple content
eInjury.28 ACN Incident Seatbelt Use No No The Automated Collision Notification Indication of Seatbelt use by the occupant(s). Optional Based on Vehicular Emergency Data Set: Belt Fastened - Associated with each Seat. Vehicular Emergency Data Set (VEDS) Recommendations. Version 3.0 Prepared: (February 2011) by the Advanced Automatic Crash Notification (AACN)Joint APCO/NENA Data Standardization Working Group. Added to better incorporate advanced automated collision notification information.
Simple Content
enumeration of xs:string
Enumeration:
"Y"
 - 
Yes
"N"
 - 
No
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentSeatbeltUse" minOccurs="0" name="eInjury.28" type="ACNYesNoType"/>

eInjury.29
Type:
ACNYesNoType, simple content
eInjury.29 ACN Incident Airbag Deployed No No The Automated Collision Notification Indication of Airbag Deployment. Optional Based on Vehicular Emergency Data Set: Deployed - Associated with each seat. Indicates if airbag is deployed. Vehicular Emergency Data Set (VEDS) Recommendations. Version 3.0 Prepared: (February 2011) by the Advanced Automatic Crash Notification (AACN)Joint APCO/NENA Data Standardization Working Group. Added to better incorporate advanced automated collision notification information.
Simple Content
enumeration of xs:string
Enumeration:
"Y"
 - 
Yes
"N"
 - 
No
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentAirbagDeployed" minOccurs="0" name="eInjury.29" type="ACNYesNoType"/>