Documentation for ATIS-Draft-03-00-79

Complex Type: AddressLink

[Table of contents]

Super-types: None
Sub-types: None
Name AddressLink
Used by (from the same schema document) Complex Type Address , Complex Type LinkLocation
Abstract no
XML Instance Representation
<...>
<fromStructureNumber> Text-name255 </fromStructureNumber> [1]
<toStructureNumber> Text-name255 </toStructureNumber> [1]
<streetInfo> StreetInfo </streetInfo> [0..1]
<direction> Direction </direction> [0..1]
<fromSide> Side </fromSide> [0..1]
<toSide> Side </toSide> [0..1]
<fromHeight> Height </fromHeight> [0..1]
<toHeight> Height </toHeight> [0..1]
<fromAdminAreas> AdminAreaGroup </fromAdminAreas> [0..1]
<toAdminAreas> AdminAreaGroup </toAdminAreas> [0..1]
</...>
Diagram
h-1187766196 h-1187766196 h1398024598 h364081306 h518385500 h518385500 h-366201364 h-366201364 h1047336 h1047336
Schema Component Representation
<xs:complexType name="AddressLink">
<xs:sequence>
<xs:element name="fromStructureNumber" type=" Text-name255 "/>
<xs:element name="toStructureNumber" type=" Text-name255 "/>
<xs:element name="streetInfo" type=" StreetInfo " minOccurs="0"/>
<xs:element name="direction" type=" Direction " minOccurs="0"/>
<xs:element name="fromSide" type=" Side " minOccurs="0"/>
<xs:element name="toSide" type=" Side " minOccurs="0"/>
<xs:element name="fromHeight" type=" Height " minOccurs="0"/>
<xs:element name="toHeight" type=" Height " minOccurs="0"/>
<xs:element name="fromAdminAreas" type=" AdminAreaGroup " minOccurs="0"/>
<xs:element name="toAdminAreas" type=" AdminAreaGroup " minOccurs="0"/>
</xs:sequence>
</xs:complexType>