2.1.1 CoAuthoringLocks
Office
Target namespace: http://schemas.microsoft.com/word/2009/7/coauthoring
A CT_CALocks element that specifies the creation and management of authors’ presence regions within the document. This is the root element of the Word Co-Authoring File Format.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="CoAuthoringLocks" type="ca:CT_CALocks">
<xsd:unique name="LockIdUniqueness">
<xsd:selector xpath=".//*"/>
<xsd:field xpath="@LockId"/>
</xsd:unique>
</xsd:element>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).