Documentation for ATIS-Draft-03-00-79

Complex Type: CPTShelter

[Table of contents]

Super-types: None
Sub-types: None
Name CPTShelter
Used by (from the same schema document) Complex Type CptShelterList , Complex Type PINearestStop
Abstract no
XML Instance Representation
<...>
<shelter> CPTShelterIden </shelter> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<shelterType> CPT-ShelterType </shelterType> [1]
<padType> CPT-PadType </padType> [0..1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
</...>
Diagram
h1758097703 h1503432423 h-354442412 h-546495870 h2146772752
Schema Component Representation
<xs:complexType name="CPTShelter">
<xs:sequence>
<xs:element name="shelter" type=" CPTShelterIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="shelterType" type=" CPT-ShelterType "/>
<xs:element name="padType" type=" CPT-PadType " minOccurs="0"/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
</xs:sequence>
</xs:complexType>