Definition Type: SimpleType
Name: docProtectValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines document-protection editing-restriction values.
Collapse XSD Schema Diagram:
XSD Diagram of docProtectValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="docProtectValue">
    <xsd:annotation>
        <xsd:documentation>Defines document-protection editing-restriction values.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>No document protection; reviewers may make any changes to the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="read-only">
            <xsd:annotation>
                <xsd:documentation>Let's reviewers make no changes to the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="comments">
            <xsd:annotation>
                <xsd:documentation>Let's reviewers insert comments but does not let reviewers change the contents of the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="tracked-changes">
            <xsd:annotation>
                <xsd:documentation>Let's reviewers change a document but highlights all changes so that the author can track changes.  While a document is protected for tracked changes, you cannot turn orr changes tracking nor can you accept or reject tracked changes.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="forms">
            <xsd:annotation>
                <xsd:documentation>Protects a document from changes except in form fields or unprotected sections.  To turn protection on or off for a section see the 'FormProt' element inside 'sectPr'.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration read-only
Enumeration comments
Enumeration tracked-changes
Enumeration forms
Collapse Derivation Tree:
Collapse References:
W:edit