TimeAllocationComplexType

The absolute or relative amount of observing time to be charged to a person or institution defined by the <Contact>.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
units restriction of xs:string required
uref UniqueNamesSimpleType optional

Used By

Source

<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>