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