ssml:header
Header
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_RevisionHeader
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:sheetIdMap [1..1] Sheet Id Map
- ssml:reviewedList [0..1] Reviewed List
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
guid | [1..1] | ssml:ST_Guid | GUID | |
dateTime | [1..1] | xsd:dateTime | Date Time | |
maxSheetId | [1..1] | xsd:unsignedInt | Last Sheet Id | |
userName | [1..1] | ssml:ST_Xstring | User Name | |
r:id | [1..1] | r:ST_RelationshipId | Relationship ID | |
minRId | [0..1] | xsd:unsignedInt | Minimum Revision Id | |
maxRId | [0..1] | xsd:unsignedInt | Max Revision Id |
Used in
- Type ssml:CT_RevisionHeaders (Element ssml:headers)
Sample instance
<ssml:header guid="token" dateTime="2000-01-01T12:00:00" maxSheetId="1" userName="string" r:id="string"> <ssml:sheetIdMap> <ssml:sheetId val="1"/> </ssml:sheetIdMap> <ssml:reviewedList> <ssml:reviewed rId="1"/> </ssml:reviewedList> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:header>