Documentation for ATIS-Draft-03-00-79

Complex Type: CcVehicleStartupReport

[Table of contents]

Super-types: None
Sub-types: None
Name CcVehicleStartupReport
Used by (from the same schema document) Element ccVehicleStartupReport
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>
<engine-running> CPT-Boolean </engine-running> [1]
<localCcVehicleStartupReport> local:CcVehicleStartupReport </localCcVehicleStartupReport> [0..1]
</...>
Diagram
h1471596526 h1272267302 h-1550992307 h325016637 h1081042314
Schema Component Representation
<xs:complexType name="CcVehicleStartupReport">
<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="engine-running" type=" CPT-Boolean "/>
<xs:element name="localCcVehicleStartupReport" type=" local:CcVehicleStartupReport " minOccurs="0"/>
</xs:sequence>
</xs:complexType>