<xs:complexType name="TimeAllocationComplexType">
<xs:annotation>
<xs:documentation>The absolute or relative amount of observing time to be charged to a person or institution defined by the <Contact>.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:double">
<xs:attribute name="units" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="percent"/>
<xs:enumeration value="hours"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |