Angle above the horizon (for <Target> or for <Telescope>) in degrees. |
Element | CoordinatesComplexType/Altitude |
<xs:complexType name="AltitudeComplexType"> <xs:annotation> <xs:documentation>Angle above the horizon (for <Target> or for <Telescope>) in degrees.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:double"> <xs:attribute name="units" type="xs:string" use="required" fixed="degrees"/> <xs:attributeGroup ref="RTMLAttributes"/> </xs:extension> </xs:simpleContent> </xs:complexType> |