Documentation for ATIS-Draft-03-00-79

Complex Type: CcPTVehicleParameterSub

[Table of contents]

Super-types: None
Sub-types: None
Name CcPTVehicleParameterSub
Used by (from the same schema document) Element ccPTVehicleParameterSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<rate> CPT-Duration </rate> [1]
<parameters> [1]
Start Sequence [1..100]
<parameter> OB-PID </parameter> [1]
End Sequence
</parameters>
</...>
Diagram
h-527207252 h1782472735 h-199931114
Schema Component Representation
<xs:complexType name="CcPTVehicleParameterSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="rate" type=" CPT-Duration "/>
<xs:element name="parameters">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="parameter" type=" OB-PID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>