Astronomical position angle starting at N and increasing to the E. |
<xs:complexType name="PositionAngleComplextType"> <xs:annotation> <xs:documentation>Astronomical position angle starting at N and increasing to the E.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:double"> <xs:attribute name="units" type="xs:string" fixed="degrees"/> <xs:attributeGroup ref="RTMLAttributes"/> </xs:extension> </xs:simpleContent> </xs:complexType> |