Documentation for ATIS-Draft-03-00-79

Complex Type: CptShelterList

[Table of contents]

Super-types: None
Sub-types: None
Name CptShelterList
Used by (from the same schema document) Element cptShelterList
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<routes> [0..1]
Start Sequence [1..500]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<stoppoints> [0..1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<facilities> [0..1]
Start Sequence [1..500]
<facility> CPTTransitFacilityIden </facility> [1]
End Sequence
</facilities>
<update-since> CPT-DateTime </update-since> [0..1]
<shelters-deleted> [0..1]
Start Sequence [1..25000]
<shelters-deleted-item> CPTShelterIden </shelters-deleted-item> [1]
End Sequence
</shelters-deleted>
<shelters> [0..1]
Start Sequence [1..25000]
<shelter> CPTShelter </shelter> [1]
End Sequence
</shelters>
</...>
Diagram
h-527207252 h-963684166 h2146772752 h2133900120 h1272267302 h1758097703 h1424308099
Schema Component Representation
<xs:complexType name="CptShelterList">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="facilities" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="facility" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="update-since" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="shelters-deleted" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="shelters-deleted-item" type=" CPTShelterIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="shelters" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="shelter" type=" CPTShelter "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>