2.17.3.2 CT_DesignerTag
Target namespace: http://schemas.microsoft.com/office/powerpoint/2020/02/main
Referenced by: CT_DesignerTagList
A complex type that specifies a Designer Service defined metadata item in the form of a name/value pair. <35>
Attributes:
name: A xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the metadata item.
val: A xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the value of the metadata item.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DesignerTag"> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="val" type="xsd:string" use="required"/> </xsd:complexType>
See section 5.16 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).