2.21.3.1 CT_Reaction
Target namespace: http://schemas.microsoft.com/office/powerpoint/2022/03/main
Referenced by: CT_Reactions
A complex type that specifies information about a specific reaction type.
Child Elements:
instance: A CT_ReactionInstance element that specifies information about a user’s instance of a reaction.
Attributes:
type: A xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the reaction type. This SHOULD correspond to a Unicode representation of an emoji.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Reaction"> <xsd:sequence> <xsd:element name="instance" type="CT_ReactionInstance" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="type" type="xsd:string" use="required"/> </xsd:complexType>
See section 5.17 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).