2.6.155 CT_RevisionPtr

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2014/revision

Referenced by: revisionPtr

This element specifies metadata supporting runtime scenarios for Microsoft Excel.

Attributes:

revIDLastSave: An ST_Xrevid attribute that SHOULD be ignored.

documentId: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that SHOULD be ignored.

xr6:coauthVersionLast: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that SHOULD be ignored.

xr6:coauthVersionMax: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that SHOULD be ignored.

xr10:uidLastSave: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that SHOULD be ignored.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_RevisionPtr">
   <xsd:attribute name="revIDLastSave" type="ST_Xrevid" use="required"/>
   <xsd:attribute name="documentId" type="x:ST_Xstring" use="required"/>
   <xsd:attribute ref="xr6:coauthVersionLast" use="optional" default="0"/>
   <xsd:attribute ref="xr6:coauthVersionMax" use="optional" default="0"/>
   <xsd:attribute ref="xr10:uidLastSave" use="optional"/>
 </xsd:complexType>

See section 5.15 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).