complexType TrackInvolvedVehicle
diagram
namespace http://www.IM-Draft-03-00-44a
children header vehicle occupantCount vehicleRole mostHarmfulEvent damageExtent collisionWith injuryData protectionUsed airBagUse uderrideCode ejection trapped pointOfImpact insuranceData otherData furtherText agencyInCharge localTrackInvolvedVehicle
used by
elements MobileIDXWrapper/trackInvolvedVehicle IDX-Wrapper/trackInvolvedVehicleReports/trackInvolvedVehicleReport
source <xs:complexType name="TrackInvolvedVehicle">
 
<xs:sequence>
   
<xs:element name="header" type="Header"/>
   
<!-- if an inner element is not present then
         the header content of the message which
         carries this DF shall be applied to the
         context of this message. The header has the
         data creator,  time stamps,  location,
         and what to do when the message becomes
         old  (how to get a fresh one)  and the
         reference ID of this message or submessage --
>
   
<xs:element name="vehicle" type="CargoVehicle"/>
   
<!-- from 1512.3
         contains a description of the vehicle and any cargo
         including its overall condition and
/or damage -->
   
<xs:element name="occupantCount" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort">
         
<xs:maxInclusive value="1000"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="vehicleRole" type="VehicleRoleInEvent" minOccurs="0"/>
   
<xs:element name="mostHarmfulEvent" type="MostHarmfulEvent" minOccurs="0"/>
   
<xs:element name="damageExtent" type="DamageExtent" minOccurs="0"/>
   
<xs:element name="collisionWith" type="tmdd:Event-incident-details" minOccurs="0"/>
   
<xs:element name="injuryData" type="InjuryData" minOccurs="0"/>
   
<!-- gross injury data and any
         EMS run and transport data
         NEMSIS records may be found here if locally used --
>
   
<xs:element name="protectionUsed" type="OccupantProtectionSystemUsed" minOccurs="0"/>
   
<xs:element name="airBagUse" type="AirBagDeployed" minOccurs="0"/>
   
<xs:element name="uderrideCode" type="UnderrideOverrideCode" minOccurs="0"/>
   
<xs:element name="ejection" type="Ejection" minOccurs="0"/>
   
<xs:element name="trapped" type="Trapped" minOccurs="0"/>
   
<xs:element name="pointOfImpact" type="AreaOfImpact" minOccurs="0"/>
   
<xs:element name="insuranceData" type="jxdd:InsuranceData" minOccurs="0"/>
   
<xs:element name="otherData" type="atis:Tail" minOccurs="0"/>
   
<xs:element name="furtherText" type="FreeText" minOccurs="0"/>
   
<!-- any further data -->
   
<xs:element name="agencyInCharge" type="tmdd:Link-ownership" minOccurs="0"/>
   
<!-- whomever is in charge or has custody
         of the vehicle,  if applicable --
>
   
<xs:element name="localTrackInvolvedVehicle" type="local:TrackInvolvedVehicle" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element TrackInvolvedVehicle/header
diagram
type Header
properties
isRef 0
content complex
children senderIncidentID inReplyTo pedigreeSequence sender basics issueTime updateTime expiryTime onExpiry urgency testMessage localHeader
source <xs:element name="header" type="Header"/>

element TrackInvolvedVehicle/vehicle
diagram
type CargoVehicle
properties
isRef 0
content complex
children header summary registration powerUnits cargoUnits refToPlacards other towing qual localCargoVehicle
source <xs:element name="vehicle" type="CargoVehicle"/>

element TrackInvolvedVehicle/occupantCount
diagram
type restriction of xs:unsignedShort
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 1000
source <xs:element name="occupantCount" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort">
     
<xs:maxInclusive value="1000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrackInvolvedVehicle/vehicleRole
diagram
type VehicleRoleInEvent
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="vehicleRole" type="VehicleRoleInEvent" minOccurs="0"/>

element TrackInvolvedVehicle/mostHarmfulEvent
diagram
type MostHarmfulEvent
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="mostHarmfulEvent" type="MostHarmfulEvent" minOccurs="0"/>

element TrackInvolvedVehicle/damageExtent
diagram
type DamageExtent
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="damageExtent" type="DamageExtent" minOccurs="0"/>

element TrackInvolvedVehicle/collisionWith
diagram
type tmdd:Event-incident-details
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="collisionWith" type="tmdd:Event-incident-details" minOccurs="0"/>

element TrackInvolvedVehicle/injuryData
diagram
type InjuryData
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children transportMethod transportSource agency careFacilConfidence agencyName agencyIdentifier agencyLocation address phones emsAgency organizationType facilityProvides centerReference runNumber triageCode qual severity localInjuryData
source <xs:element name="injuryData" type="InjuryData" minOccurs="0"/>

element TrackInvolvedVehicle/protectionUsed
diagram
type OccupantProtectionSystemUsed
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="protectionUsed" type="OccupantProtectionSystemUsed" minOccurs="0"/>

element TrackInvolvedVehicle/airBagUse
diagram
type AirBagDeployed
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="airBagUse" type="AirBagDeployed" minOccurs="0"/>

element TrackInvolvedVehicle/uderrideCode
diagram
type UnderrideOverrideCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="uderrideCode" type="UnderrideOverrideCode" minOccurs="0"/>

element TrackInvolvedVehicle/ejection
diagram
type Ejection
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ejection" type="Ejection" minOccurs="0"/>

element TrackInvolvedVehicle/trapped
diagram
type Trapped
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="trapped" type="Trapped" minOccurs="0"/>

element TrackInvolvedVehicle/pointOfImpact
diagram
type AreaOfImpact
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="pointOfImpact" type="AreaOfImpact" minOccurs="0"/>

element TrackInvolvedVehicle/insuranceData
diagram
type jxdd:InsuranceData
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children toBeResolved1 toBeResolved2 toBeResolved3
source <xs:element name="insuranceData" type="jxdd:InsuranceData" minOccurs="0"/>

element TrackInvolvedVehicle/otherData
diagram
type atis:Tail
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children entry
source <xs:element name="otherData" type="atis:Tail" minOccurs="0"/>

element TrackInvolvedVehicle/furtherText
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="furtherText" type="FreeText" minOccurs="0"/>

element TrackInvolvedVehicle/agencyInCharge
diagram
type tmdd:Link-ownership
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 256
source <xs:element name="agencyInCharge" type="tmdd:Link-ownership" minOccurs="0"/>

element TrackInvolvedVehicle/localTrackInvolvedVehicle
diagram
type local:TrackInvolvedVehicle
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localTrackInvolvedVehicle" type="local:TrackInvolvedVehicle" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy