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