crd:posAngleType

Position angles are doubles and include optionally a unit attribute (default deg) and a reference attribute (default X)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
reference crd:posAngleReferenceType X optional
unit crd:angleUnitType deg optional

Used By

Source

<xs:complexType name="posAngleType">
  <xs:annotation>
    <xs:documentation>Position angles are doubles and include optionally a unit attribute (default deg) and a reference attribute (default X)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="unit" type="crd:angleUnitType" default="deg"/>
      <xs:attribute name="reference" type="crd:posAngleReferenceType" default="X"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>