Definition Type: ComplexType
Name: docProtectProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Helps prevent unintentional changes to all or part of an online form or document as specified.
Collapse XSD Schema Diagram:
Drilldown into unprotectPassword in schema wordnet_xsd Drilldown into enforcement in schema wordnet_xsd Drilldown into formatting in schema wordnet_xsd Drilldown into edit in schema wordnet_xsdXSD Diagram of docProtectProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="docProtectProperty">
    <xsd:annotation>
        <xsd:documentation>Helps prevent unintentional changes to all or part of an online form or document as specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="edit" type="docProtectValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets editing restrictions. Helps prevent unintentional editing changes as specified.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="formatting" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets formatting restrictions. Prevents unintentional formatting changes except as allowed.  This setting does not have an effect unless the formattingEnabled attribute is on.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="enforcement" type="onOffType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets whether the specified restrictions are currently being enforced for this document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="unprotectPassword" type="longHexNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets password key to unprotect this document from unintentional formatting/editing changes. This password is not secure.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
edit W:edit Optional
formatting W:formatting Optional
enforcement W:enforcement (Optional)
unprotectPassword W:unprotectPassword Optional
Collapse Derivation Tree:
Collapse References:
W:documentProtection