Documentation for ATIS-Draft-03-00-79

Complex Type: CrossStreetsPoint

[Table of contents]

Super-types: None
Sub-types: None
Name CrossStreetsPoint
Used by (from the same schema document) Complex Type CrossStreets , Complex Type PointLocation
Abstract no
XML Instance Representation
<...>
<onStreetInfo> StreetInfo </onStreetInfo> [1]
<atStreetInfo> StreetInfo </atStreetInfo> [1]
<geoLocation> GeoLocation </geoLocation> [0..1]
<intersectionType> IntersectionType </intersectionType> [0..1]
<offset> Distance </offset> [0..1]
<direction> Direction </direction> [0..1]
<side> Side </side> [0..1]
<height> Height </height> [0..1]
<adminAreas> AdminAreaGroup </adminAreas> [0..1]
</...>
Diagram
h1398024598 h1398024598 h-542031743 h-1738542104 h1439634298 h364081306 h518385500 h-366201364 h1047336
Schema Component Representation
<xs:complexType name="CrossStreetsPoint">
<xs:sequence>
<xs:element name="onStreetInfo" type=" StreetInfo "/>
<xs:element name="atStreetInfo" type=" StreetInfo "/>
<xs:element name="geoLocation" type=" GeoLocation " minOccurs="0"/>
<xs:element name="intersectionType" type=" IntersectionType " minOccurs="0"/>
<xs:element name="offset" 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="adminAreas" type=" AdminAreaGroup " minOccurs="0"/>
</xs:sequence>
</xs:complexType>