diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||
type | extension of fb:ExtensibleType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:extension fb:pos | ||||||||||||||
used by | |||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | string | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||
type | restriction of (list of double) | ||||||
properties |
|
||||||
facets |
|
||||||
source | <element name="pos" minOccurs="0" maxOccurs="1"> <simpleType> <restriction> <simpleType> <list itemType="double"/> </simpleType> <length value="2"/> </restriction> </simpleType> </element> |