Documentation for ATIS-Draft-03-00-79

Complex Type: CptTransitFacilitiesSub

[Table of contents]

Super-types: None
Sub-types: None
Name CptTransitFacilitiesSub
Used by (from the same schema document) Element cptTransitFacilitiesSub
Abstract no
XML Instance Representation
<...>
<subscriptionHeader> CPTSubscriptionHeader </subscriptionHeader> [1]
<facility-types> [0..1]
Start Sequence [1..100]
<facility-type> CPT-TransitFacilityType </facility-type> [1]
End Sequence
</facility-types>
</...>
Diagram
h-527207252 h-1243871611
Schema Component Representation
<xs:complexType name="CptTransitFacilitiesSub">
<xs:sequence>
<xs:element name="subscriptionHeader" type=" CPTSubscriptionHeader "/>
<xs:element name="facility-types" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="facility-type" type=" CPT-TransitFacilityType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>