complexType atis:ShapePoint
diagram
namespace http://www.ATIS-Draft-03-00-79
children lat long heading vertical
used by
elements tcip:SPLink/points/point atis:Segment/midPoints/midPoint/shapepoint tcip:SPPolygon/vertices/vertice
source <xs:complexType name="ShapePoint">
 
<xs:sequence>
   
<xs:element name="lat" type="lrms:Latitude"/>
   
<xs:element name="long" type="lrms:Longitude"/>
   
<xs:element name="heading" type="Heading" minOccurs="0"/>
   
<xs:element name="vertical" type="Elevation" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element atis:ShapePoint/lat
diagram
type lrms:Latitude
properties
isRef 0
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="lat" type="lrms:Latitude"/>

element atis:ShapePoint/long
diagram
type lrms:Longitude
properties
isRef 0
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="long" type="lrms:Longitude"/>

element atis:ShapePoint/heading
diagram
type atis:Heading
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="heading" type="Heading" minOccurs="0"/>

element atis:ShapePoint/vertical
diagram
type atis:Elevation
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 100
source <xs:element name="vertical" type="Elevation" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy