element -> <eInjury.CollisionGroup>
Group Tag to hold the automated collision notification details
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Content Model Diagram
XML Representation Summary |
<eInjury.CollisionGroup> |
|
Content: |
eInjury.11?, eInjury.12?, eInjury.13*, eInjury.14?, eInjury.15?, eInjury.16?, eInjury.17?, eInjury.18?, eInjury.19?, eInjury.20?, eInjury.21?, eInjury.22*, eInjury.23?, eInjury.24?, eInjury.25?, eInjury.SeatGroup* |
|
</eInjury.CollisionGroup> |
Content model elements (16):
-
Included in content model of elements (1):
-
XML Source (w/o annotations (21); see within schema source)
<xs:element id="eInjury.CollisionGroup" minOccurs="0" name="eInjury.CollisionGroup"> <xs:complexType> <xs:sequence> <xs:element id="eInjury.ACNSystemCompanyProvidingACNData" minOccurs="0" name="eInjury.11" type="Company"/> <xs:element id="eInjury.ACNCallBackPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="eInjury.13"> <xs:complexType> <xs:simpleContent> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <!--<xs:complexType> <xs:attributeGroup ref="GPSLocation"/> </xs:complexType>--> </xs:element> <xs:element id="eInjury.ACNIncidentVehicleBodyType" minOccurs="0" name="eInjury.16" type="BodyType"/> <xs:element id="eInjury.ACNIncidentVehicleMake" minOccurs="0" name="eInjury.18" type="Make"/> <xs:element id="eInjury.ACNIncidentVehicleModel" minOccurs="0" name="eInjury.19" type="Model"/> <xs:element id="eInjury.ACNIncidentVehicleModelYear" minOccurs="0" name="eInjury.20" type="Year"/> <xs:element id="eInjury.ACNIncidentDeltaVelocity" maxOccurs="unbounded" minOccurs="0" name="eInjury.22"> <xs:complexType> <xs:simpleContent> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element id="eInjury.ACNIncidentPDOF" minOccurs="0" name="eInjury.24" type="PDOF"/> <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:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
Content Element Detail (all declarations; defined in this component only; 16/16) -
eInjury.11
ACN System/Company Providing ACN Data
No
No
The agency providing the Automated Collision Notification (ACN) Data.
Optional
Based on Vehicular Emergency Data Set: Provider Name. 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
maxLength: |
30 |
minLength: |
1 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNSystemCompanyProvidingACNData" minOccurs="0" name="eInjury.11" type="Company"/> |
-
eInjury.12
ACN Incident ID
No
No
The Automated Collision Notification Incident ID.
Optional
Based on Vehicular Emergency Data Set: Incident ID. 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
maxLength: |
100 |
minLength: |
2 |
XML Source (w/o annotations (1); see within schema source)
-
eInjury.13
ACN Call Back Phone Number
No
No
The Automated Collision Notification Call Back Phone Number (US Only).
Optional
Based on Vehicular Emergency Data Set: Call Back Number. 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
Pattern: |
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9] |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNCallBackPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="eInjury.13"> <xs:complexType> <xs:simpleContent> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
-
eInjury.14
Date/Time of ACN Incident
No
No
The Automated Collision Notification Incident Date and Time.
Optional
Based on Vehicular Emergency Data Set: Incident Date and Time. 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.
<br/><br/>DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz)
<table cellspacing="2"><tr><td>
<table border="1px" cellpadding="3px" cellspacing="0">
<tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr>
<tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr>
<tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr>
<tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr>
<tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr>
<tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr>
<tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr>
<tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr>
<tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr>
<tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr>
<tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr>
</table>
</td></tr></table>
<br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm
<table cellspacing="2"><tr><td>
<table border="1px" cellpadding="3px" cellspacing="0">
<tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr>
<tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr>
<tr><td align="center">'+'</td><td>a nonnegative duration</td></tr>
<tr><td align="center">'-'</td><td>a nonpositive duration</td></tr>
</table>
</td></tr></table>
Added to better incorporate advanced automated collision notification information.
Simple Content
maxInclusive: |
2050-01-01T00:00:00-00:00 |
minInclusive: |
1950-01-01T00:00:00-00:00 |
Pattern: |
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2} |
XML Source (w/o annotations (1); see within schema source)
-
eInjury.15
ACN Incident Location
No
No
The Automated Collision Notification GPS Location.
Optional
Based on Vehicular Emergency Data Set: Location (combining Latitude and Longitude). 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.
The pattern for GPS location is in the format "<span style="font-style:italic">latitude</span>,<span style="font-style:italic">longitude</span>" where:
<br/>- <span style="font-style:italic">latitude</span> has a minimum of -90 and a maximum of 90 with up to 6 decimal places
<br/>- <span style="font-style:italic">longitude</span> has a minimum of -180 and a maximum of 180 with up to 6 decimal places
Added to better incorporate advanced automated collision notification information.
Simple Content
Pattern: |
(\+|-)?(90(\.[0]{1,6})?|([1-8][0-9]|[0-9])(\.[0-9]{1,6})?),(\+|-)?(180(\.[0]{1,6})?|(1[0-7][0-9]|[1-9][0-9]|[0-9])(\.[0-9]{1,6})?) |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentLocation" minOccurs="0" name="eInjury.15" type="GPSLocation"> <!--<xs:complexType> <xs:attributeGroup ref="GPSLocation"/> </xs:complexType>--> </xs:element> |
-
eInjury.16
ACN Incident Vehicle Body Type
No
No
The Automated Collision Notification Vehicle Body Type.
Optional
Based on Vehicular Emergency Data Set: Body Type. 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
maxLength: |
100 |
minLength: |
2 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentVehicleBodyType" minOccurs="0" name="eInjury.16" type="BodyType"/> |
-
eInjury.17
ACN Incident Vehicle Manufacturer
No
No
The Automated Collision Notification Vehicle Manufacturer (e.g. General Motors, Ford, BMW).
Optional
Based on Vehicular Emergency Data Set: Manufacturer. 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
maxLength: |
100 |
minLength: |
2 |
XML Source (w/o annotations (1); see within schema source)
-
eInjury.18
ACN Incident Vehicle Make
No
No
The Automated Collision Notification Vehicle Make (e.g. Cadillac, Ford, BMW).
Optional
Based on Vehicular Emergency Data Set: Make. 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
maxLength: |
100 |
minLength: |
2 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentVehicleMake" minOccurs="0" name="eInjury.18" type="Make"/> |
-
eInjury.19
ACN Incident Vehicle Model
No
No
The Automated Collision Notification Vehicle Model (e.g. Escalade, Taurus, X6M).
Optional
Based on Vehicular Emergency Data Set: Model. 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
maxLength: |
100 |
minLength: |
1 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentVehicleModel" minOccurs="0" name="eInjury.19" type="Model"/> |
-
eInjury.20
ACN Incident Vehicle Model Year
No
No
The Automated Collision Notification Vehicle Model Year (e.g. 2010).
Optional
Based on Vehicular Emergency Data Set: Year. 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
maxInclusive: |
2050 |
minInclusive: |
1900 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentVehicleModelYear" minOccurs="0" name="eInjury.20" type="Year"/> |
-
eInjury.21
ACN Incident Multiple Impacts
No
No
The Automated Collision Notification Indication of Multiple Impacts associated with the collision.
Optional
Based on Vehicular Emergency Data Set: Multiple Impacts. 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: |
"9923001" |
- |
No |
"9923003" |
- |
Yes |
|
XML Source (w/o annotations (1); see within schema source)
-
eInjury.22
ACN Incident Delta Velocity
No
No
The Automated Collision Notification Delta Velocity (Delta V) force associated with the crash.
Optional
Based on Vehicular Emergency Data Set: Delta Velocity. The force of impact based on the change in velocity over the duration of the crash pulse. 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
maxInclusive: |
999 |
minInclusive: |
0 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentDeltaVelocity" maxOccurs="unbounded" minOccurs="0" name="eInjury.22"> <xs:complexType> <xs:simpleContent> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
-
eInjury.23
ACN High Probability of Injury
No
No
The Automated Collision Notification of the High Probability of Injury.
Optional
Trauma
Added to better incorporate advanced automated collision notification information.
Simple Content
Enumeration: |
"9923001" |
- |
No |
"9923003" |
- |
Yes |
|
XML Source (w/o annotations (1); see within schema source)
-
eInjury.24
ACN Incident PDOF
No
No
The Automated Collision Notification Principal Direction of Force (PDOF).
Optional
Based on Vehicular Emergency Data Set: PDOF. Principal direction of the force of the impact to nearest o'clock reading. Values are 1 through 12 (e.g. 12=Frontal collision, 3=passenger side (right) collision, etc). 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
maxInclusive: |
12 |
minInclusive: |
1 |
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eInjury.ACNIncidentPDOF" minOccurs="0" name="eInjury.24" type="PDOF"/> |
-
eInjury.25
ACN Incident Rollover
No
No
The Automated Collision Notification Indication that the Vehicle Rolled Over.
Optional
Based on Vehicular Emergency Data Set: Rollover. Indicates if the vehicle rolled over during the collision/event (e.g. True=Rollover, False=No Rollover). 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
XML Source (w/o annotations (1); see within schema source)
-
Group Tag to hold the seat details
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:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |