Documentation for ATIS-Draft-03-00-79

Complex Type: CcPTVTripResponse

[Table of contents]

Super-types: None
Sub-types: None
Name CcPTVTripResponse
Used by (from the same schema document) Element ccPTVTripResponse
Abstract no
XML Instance Representation
<...>
<command-ID> CPT-CommandID </command-ID> [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<command-Accepted> CPT-Boolean </command-Accepted> [1]
<error-Code> CPT-ErrorCode </error-Code> [0..1]
</...>
Diagram
h-453803909 h1471596526 h325016637 h1373957866
Schema Component Representation
<xs:complexType name="CcPTVTripResponse">
<xs:sequence>
<xs:element name="command-ID" type=" CPT-CommandID "/>
<-- copy from CCPTVTrips message -->
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="command-Accepted" type=" CPT-Boolean "/>
<-- true if CCPTVTrips message was valid -->
<xs:element name="error-Code" type=" CPT-ErrorCode " minOccurs="0"/>
</xs:sequence>
</xs:complexType>