<xs:complexType name="DoubleValueDegreesUnitsComplexType"> <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> |