Documentation for ATIS-Draft-03-00-79

Complex Type: OBHealthStatusRecord

[Table of contents]

Super-types: None
Sub-types: None
Name OBHealthStatusRecord
Used by (from the same schema document) Complex Type CcFleetHealthAlarm , Complex Type CcPTVehicleAlarm , Complex Type ObReportHealth
Abstract no
XML Instance Representation
<...>
<vehicle> CPTVehicleIden </vehicle> [1]
<application> CPT-ApplicationID </application> [0..1]
<address> CPT-IP-Address </address> [0..1]
<port> CPT-UDP-TCP-PortNumber </port> [0..1]
<health-states> [1]
Start Sequence [1..10]
<health-state> CPT-HealthStatus </health-state> [1]
End Sequence
</health-states>
<note> CPT-Footnote </note> [0..1]
</...>
Diagram
h1471596526 h325764800 h1940310233 h1843986733 h-131899783 h-125442069
Schema Component Representation
<xs:complexType name="OBHealthStatusRecord">
<xs:sequence>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="application" type=" CPT-ApplicationID " minOccurs="0"/>
<xs:element name="address" type=" CPT-IP-Address " minOccurs="0"/>
<xs:element name="port" type=" CPT-UDP-TCP-PortNumber " minOccurs="0"/>
<xs:element name="health-states">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="health-state" type=" CPT-HealthStatus "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="note" type=" CPT-Footnote " minOccurs="0"/>
</xs:sequence>
</xs:complexType>