stc:GEO_D

The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
inv_flattening xs:double 298.257 optional
radius xs:double 6378140 optional
unit crd:posUnitType m optional

Source

<xs:element name="GEO_D" substitutionGroup="stc:SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="stc:icrsType">
        <xs:attribute name="radius" type="xs:double" use="optional" default="6378140"/>
        <xs:attribute name="inv_flattening" type="xs:double" use="optional" default="298.257"/>
        <xs:attribute name="unit" type="crd:posUnitType" use="optional" default="m"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample