Documentation for ATIS-Draft-03-00-79

Complex Type: CcVehicleShutdownReport

[Table of contents]

Super-types: None
Sub-types: None
Name CcVehicleShutdownReport
Used by (from the same schema document) Element ccVehicleShutdownReport
Abstract no
XML Instance Representation
<...>
<vehicle> CPTVehicleIden </vehicle> [1]
<date-time> CPT-DateTime </date-time> [1]
<open-alarms> [0..1]
Start Sequence [1..100]
<open-alarm> OBParameterDumpEntry </open-alarm> [1]
End Sequence
</open-alarms>
<localCcVehicleShutdownReport> local:CcVehicleShutdownReport </localCcVehicleShutdownReport> [0..1]
</...>
Diagram
h1471596526 h1272267302 h-1550992307 h606186193
Schema Component Representation
<xs:complexType name="CcVehicleShutdownReport">
<xs:sequence>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="date-time" type=" CPT-DateTime "/>
<xs:element name="open-alarms" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="open-alarm" type=" OBParameterDumpEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localCcVehicleShutdownReport" type=" local:CcVehicleShutdownReport " minOccurs="0"/>
</xs:sequence>
</xs:complexType>