2.29.3.1 CT_ChangesData
Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command
Referenced by: CT_ShapeChanges, CT_GroupShapeChanges, CT_ConnectorChanges, CT_PictureChanges, CT_InkChanges, CT_GraphicFrameChanges
A complex type that specifies general information about a change made to the content model by a person.
Child Elements:
extLst: A CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section A.4.1) element that specifies the extension list in which all future extensions of element type ext are defined. The extension list, along with corresponding future extensions, is used to extend the storage capabilities of the DrawingML framework. This enables new types of data to be stored natively within the framework.
Attributes:
name: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the display name of the person that made the change.
userId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies a unique user id for a person.
providerId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the identity provider that produced the subsequent userId attribute.
clId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies a unique identifier for the device used by the person to make the change.
email: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the e-mail address of the person who made the change.
dt: A dateTime ([XMLSCHEMA2/2] section 3.2.7) attribute that specifies the date and time at which the change was made.
v: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies a unique identifier for the change made by the person on the device. A change that is more recent than another change SHOULD have a greater v value than the other change.
id: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that specifies a unique identifier for the change made by the person.
actId: An int ([XMLSCHEMA2/2] section 3.3.17) attribute that specifies a unique identifier for the user action that made the change.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ChangesData"> <xsd:sequence> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attributeGroup ref="AG_ChangesUser"/> <xsd:attributeGroup ref="AG_ChangesVersion"/> <xsd:attribute name="actId" type="xsd:int" use="optional"/> </xsd:complexType>
See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).