complexType GeographicalPositionType
diagram Nas_diagrams/Nas_p387.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fb:pos
used by
elements DesignatedPointOrNavaidType/position PositionPointType/position RelativePointType/position OtherUnitReferenceType/position GeographicalPosition NasAircraftPositionType/targetPosition NasRouteInformationType/tfmsNextEvent NasRouteInformationType/tfmsNextPosition
complexType TrajectoryPoint4DType
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  string  required    urn:ogc:def:crs:EPSG::4326  
documentation

                     Names the coordinate reference system (CRS) that defines the semantics of the
                     lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
                    
                 
annotation
documentation

            Set of coordinates (latitude and longitude) referenced to the mathematical reference
            ellipsoid which define the position of a  point on the surface of the Earth. [ICAO
            Annex 15]
            
            The "srsName" attribute names the coordinate reference system (CRS) that defines
            the semantics of the
            lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
           
        
source <complexType name="GeographicalPositionType">
 
<annotation>
   
<documentation>
            Set of coordinates (latitude and longitude) referenced to the mathematical reference
            ellipsoid which define the position of a  point on the surface of the Earth. [ICAO
            Annex 15]
            
            The "srsName" attribute names the coordinate reference system (CRS) that defines
            the semantics of the
            lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
           
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="pos" minOccurs="0" maxOccurs="1">
         
<simpleType>
           
<restriction>
             
<simpleType>
               
<list itemType="double"/>
             
</simpleType>
             
<length value="2"/>
           
</restriction>
         
</simpleType>
       
</element>
     
</sequence>
     
<attribute name="srsName" type="xs:string" use="required" fixed="urn:ogc:def:crs:EPSG::4326">
       
<annotation>
         
<documentation>
                     Names the coordinate reference system (CRS) that defines the semantics of the
                     lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
                    
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute GeographicalPositionType/@srsName
type string
properties
use required
fixed urn:ogc:def:crs:EPSG::4326
annotation
documentation

                     Names the coordinate reference system (CRS) that defines the semantics of the
                     lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
                    
                 
source <attribute name="srsName" type="xs:string" use="required" fixed="urn:ogc:def:crs:EPSG::4326">
 
<annotation>
   
<documentation>
                     Names the coordinate reference system (CRS) that defines the semantics of the
                     lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
                    
                 
</documentation>
 
</annotation>
</attribute>

element GeographicalPositionType/pos
diagram Nas_diagrams/Nas_p388.png
namespace http://www.fixm.aero/base/4.1
type restriction of (list of double)
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
source <element name="pos" minOccurs="0" maxOccurs="1">
 
<simpleType>
   
<restriction>
     
<simpleType>
       
<list itemType="double"/>
     
</simpleType>
     
<length value="2"/>
   
</restriction>
 
</simpleType>
</element>


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