2.21.3.2 CT_ReactionInstance
Target namespace: http://schemas.microsoft.com/office/powerpoint/2022/03/main
Referenced by: CT_Reaction
A complex type that represents a reaction that a particular user has made.
Child Elements:
extLst: A p:CT_ExtensionList ([ISO/IEC-29500-4] section A.3) element that specifies the extension list. All future extensions to reaction instances will be stored in the extension list.
Attributes:
time: A xsd:dateTime ([XMLSCHEMA2/2] section 3.2.7) attribute that specifies the time, in UTC, the instance was added.
authorId: An ST_AuthorId attribute that specifies the author id of the user that reacted.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ReactionInstance"> <xsd:sequence> <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="time" type="xsd:dateTime" use="required"/> <xsd:attribute name="authorId" type="p188:ST_AuthorId" use="required"/> </xsd:complexType>
See section 5.17 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).