stc:customSpaceRefFrameType

A custom space reference frame type defined through pole and X-axis directions

Complex Type Information

Model

Used By

Source

<xs:complexType name="customSpaceRefFrameType">
  <xs:annotation>
    <xs:documentation>A custom space reference frame type defined through pole and X-axis directions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:spaceRefFrameType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Define coordinate reference frame from scratch; pole and X-axis need to be defined in a known coordinate system</xs:documentation>
        </xs:annotation>
        <xs:element name="Frame" type="xs:string"/>
        <xs:element name="Pole_Zaxis" type="crd:astroCoordsType"/>
        <xs:element name="Xaxis" type="crd:astroCoordsType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>