Documentation for ATIS-Draft-03-00-79

Complex Type: CrossStreetsLink

[Table of contents]

Super-types: None
Sub-types: None
Name CrossStreetsLink
Used by (from the same schema document) Complex Type CrossStreets , Complex Type LinkLocation
Abstract no
XML Instance Representation
<...>
<onStreetInfo> StreetInfo </onStreetInfo> [1]
<fromStreetInfo> StreetInfo </fromStreetInfo> [1]
<toStreetInfo> StreetInfo </toStreetInfo> [1]
<startGeoLocation> GeoLocation </startGeoLocation> [0..1]
<endGeoLocation> GeoLocation </endGeoLocation> [0..1]
<startIntersectionType> IntersectionType </startIntersectionType> [0..1]
<endIntersectionType> IntersectionType </endIntersectionType> [0..1]
<offset1> Distance </offset1> [0..1]
<offset2> Distance </offset2> [0..1]
<direction> Direction </direction> [0..1]
<side> Side </side> [0..1]
<height> Height </height> [0..1]
<adminArea1> AdminAreaGroup </adminArea1> [0..1]
<adminArea2> AdminAreaGroup </adminArea2> [0..1]
</...>
Diagram
h1398024598 h1398024598 h1398024598 h-542031743 h-542031743 h-1738542104 h-1738542104 h1439634298 h1439634298 h364081306 h518385500 h-366201364 h1047336 h1047336
Schema Component Representation
<xs:complexType name="CrossStreetsLink">
<xs:sequence>
<xs:element name="onStreetInfo" type=" StreetInfo "/>
<xs:element name="fromStreetInfo" type=" StreetInfo "/>
<xs:element name="toStreetInfo" type=" StreetInfo "/>
<xs:element name="startGeoLocation" type=" GeoLocation " minOccurs="0"/>
<xs:element name="endGeoLocation" type=" GeoLocation " minOccurs="0"/>
<xs:element name="startIntersectionType" type=" IntersectionType " minOccurs="0"/>
<xs:element name="endIntersectionType" type=" IntersectionType " minOccurs="0"/>
<xs:element name="offset1" type=" Distance " minOccurs="0"/>
<xs:element name="offset2" type=" Distance " minOccurs="0"/>
<xs:element name="direction" type=" Direction " minOccurs="0"/>
<xs:element name="side" type=" Side " minOccurs="0"/>
<xs:element name="height" type=" Height " minOccurs="0"/>
<xs:element name="adminArea1" type=" AdminAreaGroup " minOccurs="0"/>
<xs:element name="adminArea2" type=" AdminAreaGroup " minOccurs="0"/>
</xs:sequence>
</xs:complexType>