Documentation for ATIS-Draft-03-00-79

Complex Type: CPTShelterIden

[Table of contents]

Super-types: None
Sub-types: None
Name CPTShelterIden
Used by (from the same schema document) Complex Type CptShelterList , Complex Type CPTShelter , Complex Type CPTStoppoint
Abstract no
XML Instance Representation
<...>
<shelter-id> CPT-ShelterID </shelter-id> [1]
<agency-id> CPT-AgencyID </agency-id> [0..1]
<name> CPT-ShelterName </name> [0..1]
</...>
Diagram
h-1439473771 h948193899 h-354644315
Schema Component Representation
<xs:complexType name="CPTShelterIden">
<xs:sequence>
<xs:element name="shelter-id" type=" CPT-ShelterID "/>
<xs:element name="agency-id" type=" CPT-AgencyID " minOccurs="0"/>
<xs:element name="name" type=" CPT-ShelterName " minOccurs="0"/>
</xs:sequence>
</xs:complexType>