Documentation for ATIS-Draft-03-00-79

Complex Type: PiAccessibilityListSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiAccessibilityListSub
Used by (from the same schema document) Element piAccessibilityListSub
Abstract no
XML Instance Representation
<...>
<header> CPTSubscriptionHeader </header> [1]
<criteria> [1]
Start Choice [1]
<agency> CPT-AgencyID </agency> [1]
<routes> [1]
Start Sequence [1..100]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<stoppoints> [1]
Start Sequence [1..100]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
End Choice
</criteria>
<modes> [0..1]
Start Sequence [1..10]
<mode> CPT-Mode </mode> [1]
End Sequence
</modes>
</...>
Diagram
h-527207252 h948193899 h-963684166 h2146772752 h-1969600082
Schema Component Representation
<xs:complexType name="PiAccessibilityListSub">
<xs:sequence>
<xs:element name="header" type=" CPTSubscriptionHeader "/>
<xs:element name="criteria">
<xs:complexType>
<xs:choice>
<xs:element name="agency" type=" CPT-AgencyID "/>
<xs:element name="routes">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="modes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="mode" type=" CPT-Mode "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>