Documentation for ATIS-Draft-03-00-79

Complex Type: IMInjuryInfo

[Table of contents]

Super-types: None
Sub-types: None
Name IMInjuryInfo
Used by (from the same schema document) Complex Type IMOtherVehicleInvolved , Complex Type IMPTVehicleInvolved
Abstract no
XML Instance Representation
<...>
<fatality-count> IM-HumanFatalityCount </fatality-count> [1]
<injury-count> IM-HumanInjuryCount </injury-count> [1]
<damage-desc> [0..1]
Start Sequence [1..100]
<damage-desc-item> IM-PropertyDamage </damage-desc-item> [1]
End Sequence
</damage-desc>
<footnote> CPT-Footnote </footnote> [0..1]
<localIMInjuryInfo> local:IMInjuryInfo </localIMInjuryInfo> [0..1]
</...>
Diagram
h-1792637444 h84127119 h881673160 h-125442069 h1822285294
Schema Component Representation
<xs:complexType name="IMInjuryInfo">
<xs:sequence>
<xs:element name="fatality-count" type=" IM-HumanFatalityCount "/>
<xs:element name="injury-count" type=" IM-HumanInjuryCount "/>
<xs:element name="damage-desc" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="damage-desc-item" type=" IM-PropertyDamage "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="footnote" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="localIMInjuryInfo" type=" local:IMInjuryInfo " minOccurs="0"/>
</xs:sequence>
</xs:complexType>