Documentation for ATIS-Draft-03-00-79

Complex Type: CcPTVehicleAlarmSub

[Table of contents]

Super-types: None
Sub-types: None
Name CcPTVehicleAlarmSub
Used by (from the same schema document) Element ccPTVehicleAlarmSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<custom-limits> [0..1]
Start Sequence [1..100]
<custom-limit> CCParameterThreshold </custom-limit> [1]
End Sequence
</custom-limits>
</...>
Diagram
h-527207252 h-1950810329
Schema Component Representation
<xs:complexType name="CcPTVehicleAlarmSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="custom-limits" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="custom-limit" type=" CCParameterThreshold "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>