Documentation for ATIS-Draft-03-00-79

Complex Type: CrossStreets

[Table of contents]

Super-types: None
Sub-types: None
Name CrossStreets
Used by (from the same schema document) Complex Type LocationReference
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<locationName> Text-name255 </locationName> [0..1]
Start Choice [1]
<crossStreetsPoint> CrossStreetsPoint </crossStreetsPoint> [1]
<crossStreetsLink> CrossStreetsLink </crossStreetsLink> [1]
End Choice
</...>
Diagram
h-1187766196 h1913151771 h-492599537 h-568134375
Schema Component Representation
<xs:complexType name="CrossStreets">
<xs:sequence>
<xs:element name="locationName" type=" Text-name255 " minOccurs="0"/>
<xs:choice>
<xs:element name="crossStreetsPoint" type=" CrossStreetsPoint "/>
<xs:element name="crossStreetsLink" type=" CrossStreetsLink "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>