Documentation for ATIS-Draft-03-00-79

Complex Type: SPSegmentGeolocation

[Table of contents]

Super-types: None
Sub-types: None
Name SPSegmentGeolocation
Used by (from the same schema document) Complex Type SpGeolocationData
Abstract no
XML Instance Representation
<...>
<segment> SCHPatternSegmentIden </segment> [1]
<waypoints> [1]
Start Sequence [1..1000]
<waypoint> lrms:GeoLocation </waypoint> [1]
End Sequence
</waypoints>
<data-quality> SPDataQuality </data-quality> [0..1]
</...>
Diagram
h122395130 h-542031743 h352582419
Schema Component Representation
<xs:complexType name="SPSegmentGeolocation">
<xs:sequence>
<xs:element name="segment" type=" SCHPatternSegmentIden "/>
<xs:element name="waypoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="waypoint" type=" lrms:GeoLocation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="data-quality" type=" SPDataQuality " minOccurs="0"/>
</xs:sequence>
</xs:complexType>