DocumentID: ECMA-376/Part1/12.3.18 Title: ECMA-376, Part1: 12.3.18 Shared Workbook User Data Part Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006 Warning: Coverted to HTML format by a script known to have bugs
|
Content Type: |
application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml |
|---|---|
|
Root Namespace: |
http://schemas.openxmlformats.org/spreadsheetml/2006/main |
|
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/usernames |
An instance of this part type contains a list of all the users that are sharing the parent workbook.
A package shall contain at most one Shared Workbook User Data part, and that part shall be the target of an implicit relationship in the Workbook (§12.3.23) part.
[Example: The following Workbook part-relationship item contains a relationship to the Shared Workbook User Data part, which is stored in the ZIP item revisions/userNames.xml:
<Relationships xmlns="...">
Relationship Id="rId8"
Type="http://.../usernames" Target="revisions/userNames.xml"/>
</Relationships>
end example]
The root element for a part of this content type shall be users.
[Example: userNames.xml shows that there are two users sharing this workbook:
<users ... count="2">
<usrinfo guid="{B5A024F7-40BE-4A48-9B6D-B1655241C84D}"
name="Mary Jones" id="-264292310" dateTime="2005-11-18T18:53:16"/>
<usrinfo .../>
</users>
end example]
A Shared Workbook User Data part shall be located within the package containing the source relationship (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).
A Shared Workbook User Data part shall not have implicit or explicit relationships to any other part defined by this Standard.