Documentation for ATIS-Draft-03-00-79

Complex Type: PiAgencyFilesSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiAgencyFilesSub
Used by (from the same schema document) Element piAgencyFilesSub
Abstract no
XML Instance Representation
<...>
<subscriptionHeader> CPTSubscriptionHeader </subscriptionHeader> [1]
<routes> [0..1]
Start Sequence [1..100]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<agencies> [0..1]
Start Sequence [1..5]
<agency> CPT-AgencyID </agency> [1]
End Sequence
</agencies>
<stoppoints> [0..1]
Start Sequence [1..100]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<file-name> CPT-Footnote </file-name> [0..1]
<name-fragment> CPT-Footnote </name-fragment> [0..1]
<description-fragment> CPT-Footnote </description-fragment> [0..1]
<include-content> CPT-Boolean </include-content> [1]
</...>
Diagram
h-527207252 h-963684166 h948193899 h2146772752 h-125442069 h-125442069 h-125442069 h325016637
Schema Component Representation
<xs:complexType name="PiAgencyFilesSub">
<xs:sequence>
<xs:element name="subscriptionHeader" type=" CPTSubscriptionHeader "/>
<xs:element name="routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="agencies" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5">
<xs:element name="agency" type=" CPT-AgencyID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="file-name" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="name-fragment" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="description-fragment" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="include-content" type=" CPT-Boolean "/>
</xs:sequence>
</xs:complexType>