status

supplies a code identifying the current availability of the
text.

Attribute Information

Used By

Source

<xs:attribute name="status" default="unknown">
  <xs:annotation>
    <xs:documentation>supplies a code identifying the current availability of the text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="free">
        <xs:annotation>
          <xs:documentation>the text is freely available.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:documentation>the status of the text is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="restricted">
        <xs:annotation>
          <xs:documentation>the text is not freely available.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample