Documentation for ATIS-Draft-03-00-79

Complex Type: Height

[Table of contents]

Super-types: None
Sub-types: None
Name Height
Used by (from the same schema document) Complex Type Geometry , Complex Type LinearReference , Complex Type LinearReference , Complex Type AddressLink , Complex Type AddressLink , Complex Type AddressPoint , Complex Type CrossStreetsLink , Complex Type CrossStreetsPoint , Complex Type GeoLocation , Complex Type GeoLocationDelta , Complex Type PointOffset , Complex Type PolarCoordinates , Complex Type PublicGridLocalReference , Complex Type PublicGridStatePlane
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<altitude> Distance </altitude> [1]
<verticalDatum> VerticalDatum </verticalDatum> [0..1]
<verticalLevel> VerticalLevel </verticalLevel> [1]
End Choice
</...>
Diagram
h1439634298 h317148724 h324657481
Schema Component Representation
<xs:complexType name="Height">
<xs:choice>
<xs:sequence>
<xs:element name="altitude" type=" Distance "/>
<xs:element name="verticalDatum" type=" VerticalDatum " minOccurs="0"/>
</xs:sequence>
<xs:element name="verticalLevel" type=" VerticalLevel "/>
</xs:choice>
</xs:complexType>