element -> <eInjury.22>
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.
Namespace:
Type:
anonymous (extension of DeltaVelocity)
Content:
simple, 3 attributes
Defined:
Includes:
definitions of 3 attributes
Content Model Diagram
XML Representation Summary
<eInjury.22
    DeltaVelocityOrdinal
 = 
xs:integer
    VelocityUnit
 = 
("9921001" | "9921003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:integer }
</eInjury.22>
Simple Content Detail:
MaxInclusive:
999
MinInclusive:
0

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:integer (restriction)
  DeltaVelocity (extension)
      complexType
Derivation:
extension of DeltaVelocity
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 base="DeltaVelocity">
<xs:attribute name="DeltaVelocityOrdinal" type="DeltaVelocityOrdinalRanking" use="optional"/>
<xs:attribute name="VelocityUnit" type="VelocityUnits" use="optional"/>
<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; 3/3)
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"/>

DeltaVelocityOrdinal
Type:
Use:
optional
Attribute Value
xs:integer
MinInclusive:
1
XML Source (see within schema source)
<xs:attribute name="DeltaVelocityOrdinal" type="DeltaVelocityOrdinalRanking" use="optional"/>

VelocityUnit
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"9921001"
 - 
Kilometers per Hour
"9921003"
 - 
Miles per Hour
XML Source (see within schema source)
<xs:attribute name="VelocityUnit" type="VelocityUnits" use="optional"/>