Documentation for ATIS-Draft-03-00-79

Complex Type: PIAmenityIden

[Table of contents]

Super-types: None
Sub-types: None
Name PIAmenityIden
Used by (from the same schema document) Complex Type PiAmenitiesList , Complex Type CPTStoppoint , Complex Type PIAmenity
Abstract no
XML Instance Representation
<...>
<amenity-id> PI-AmenityID </amenity-id> [1]
<agency-id> CPT-AgencyID </agency-id> [0..1]
<name> PI-AmenityName </name> [0..1]
</...>
Diagram
h1752522629 h948193899 h547246741
Schema Component Representation
<xs:complexType name="PIAmenityIden">
<xs:sequence>
<xs:element name="amenity-id" type=" PI-AmenityID "/>
<xs:element name="agency-id" type=" CPT-AgencyID " minOccurs="0"/>
<xs:element name="name" type=" PI-AmenityName " minOccurs="0"/>
</xs:sequence>
</xs:complexType>