publicationStatus

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.

Used By

Element control

Source

<xs:element name="publicationStatus">
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="xs:anyType">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="inProcess"/>
            <xs:enumeration value="approved"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:attribute ref="xml:id"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample