maintenancestatus

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional
value restriction of xs:token required

Used By

Source

<xs:complexType name="maintenancestatus" mixed="true">
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <xs:attribute name="value" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="revised"/>
        <xs:enumeration value="deleted"/>
        <xs:enumeration value="new"/>
        <xs:enumeration value="deletedsplit"/>
        <xs:enumeration value="deletedmerged"/>
        <xs:enumeration value="deletedreplaced"/>
        <xs:enumeration value="cancelled"/>
        <xs:enumeration value="derived"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>