Focal length of a <Telescope> (in meters). |
<xs:complexType name="FocalLengthComplexType"> <xs:annotation> <xs:documentation>Focal length of a <Telescope> (in meters).</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:double"> <xs:attribute name="units" type="xs:string" use="required" fixed="meters"/> <xs:attributeGroup ref="RTMLAttributes"/> </xs:extension> </xs:simpleContent> </xs:complexType> |