17.18.21 ST_EdGrp
This simple type specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by a range permission within a document. This mechanism simply provides a set of predefined editing groups which can be associated with user accounts by applications in any desired manner.
[Example: Consider a range permission defined as follows:
<w:permStart w:id="0" w:edGrp="editors" …
…
<w:permEnd w:id="0" />
The edGrp attribute value of editors specifies that only user(s) who the current application associates with the editors group must be allowed to edit the contents between the start and end markers when document protection is being enforced. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that users associated with the Administrators group shall be allowed to edit range permissions using this editing group when document protection is enabled.
Specifies that users associated with the Contributors group shall be allowed to edit range permissions using this editing group when document protection is enabled.
Specifies that users associated with the Current group shall be allowed to edit range permissions using this editing group when document protection is enabled.
Specifies that users associated with the Editors group shall be allowed to edit range permissions using this editing group when document protection is enabled.
Specifies that all users that open the document shall be allowed to edit range permissions using this editing group when document protection is enabled.
Specifies that none of the users that open the document shall be allowed to edit range permissions using this editing group when document protection is enabled.
Specifies that users associated with the Owners group shall be allowed to edit range permissions using this editing group when document protection is enabled.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_EdGrp) is located in A.1. end note]