Documentation for ATIS-Draft-03-00-79

Complex Type: AddressPoint

[Table of contents]

Super-types: None
Sub-types: None
Name AddressPoint
Used by (from the same schema document) Complex Type Address , Complex Type PointLocation
Abstract no
XML Instance Representation
<...>
<structureNumber> Text-name255 </structureNumber> [1]
<streetInfo> StreetInfo </streetInfo> [0..1]
<side> Side </side> [0..1]
<height> Height </height> [0..1]
<adminAreas> AdminAreaGroup </adminAreas> [0..1]
</...>
Diagram
h-1187766196 h1398024598 h518385500 h-366201364 h1047336
Schema Component Representation
<xs:complexType name="AddressPoint">
<xs:sequence>
<xs:element name="structureNumber" type=" Text-name255 "/>
<xs:element name="streetInfo" type=" StreetInfo " 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>