QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
algorithmName | ST_String | optional | ||||
edit | ST_DocProtect | optional | ||||
enforcement | ST_OnOff | optional | ||||
formatting | ST_OnOff | optional | ||||
hashValue | xsd:base64Binary | optional | ||||
saltValue | xsd:base64Binary | optional | ||||
spinCount | ST_DecimalNumber | optional |
Element | CT_Settings/documentProtection |
<xsd:complexType name="CT_DocProtect"> <xsd:attribute name="edit" type="ST_DocProtect" use="optional"/> <xsd:attribute name="formatting" type="s:ST_OnOff" use="optional"/> <xsd:attribute name="enforcement" type="s:ST_OnOff"/> <xsd:attributeGroup ref="AG_Password"/> </xsd:complexType> |