Documentation for ATIS-Draft-03-00-79

Complex Type: VehiclesInvolved

[Table of contents]

Super-types: None
Sub-types: None
Name VehiclesInvolved
Used by (from the same schema document) Complex Type EventInformation , Complex Type IncidentInformation
Abstract no
XML Instance Representation
<...>
<kind> itis:VehicleGroupAffected </kind> [1]
<count> xs:unsignedByte (value >= 1) </count> [1]
</...>
Diagram
h732589644
Schema Component Representation
<xs:complexType name="VehiclesInvolved">
<xs:sequence>
<xs:element name="kind" type=" itis:VehicleGroupAffected "/>
<xs:element name="count">
<xs:simpleType>
<xs:restriction base=" xs:unsignedByte ">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>