Documentation for ATIS-Draft-03-00-79

Complex Type: GroupLocation

[Table of contents]

Super-types: None
Sub-types: None
Name GroupLocation
Used by (from the same schema document) Complex Type LocationReference
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<groupName> Text-name255 </groupName> [0..1]
Start Choice [1..100]
<pointLocation> PointLocation </pointLocation> [1]
<linkLocation> LinkLocation </linkLocation> [1]
<areaLocation> AreaLocation </areaLocation> [1]
<referenceLocation> LocationReference </referenceLocation> [1]
<routeLocation> RouteLocation </routeLocation> [1]
End Choice
</...>
Diagram
h-1187766196 h-1282069248 h-639215916 h1611478119 h1843378481 h-1794522951 h-568134375
Schema Component Representation
<xs:complexType name="GroupLocation">
<xs:sequence>
<xs:element name="groupName" type=" Text-name255 " minOccurs="0"/>
<xs:choice minOccurs="1" maxOccurs="100">
<xs:element name="pointLocation" type=" PointLocation "/>
<xs:element name="linkLocation" type=" LinkLocation "/>
<xs:element name="areaLocation" type=" AreaLocation "/>
<xs:element name="referenceLocation" type=" LocationReference "/>
<xs:element name="routeLocation" type=" RouteLocation "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>