2.17.3.1 CT_DesignerDrawingProps
Target namespace: http://schemas.microsoft.com/office/powerpoint/2020/02/main
Referenced by: designPr
A complex type that specifies designer property extensions to the CT_ApplicationNonVisualDrawingProps complex type ([ISO/IEC29500-4:2016] section A.4) <34>
Child Elements:
p202:designTagLst: A CT_DesignerTagList element that specifies Designer Service generated metadata regarding changes made to a shape.
extLst: A p:CT_ExtensionList ([ISO/IEC-29500-4] section A.3) element that specifies the extension list. All future extensions to the designer properties will be stored in the extension list.
Attributes:
edtDesignElem: A xsd:boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether a design element is editable.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DesignerDrawingProps"> <xsd:sequence> <xsd:element ref="p202:designTagLst" minOccurs="0" maxOccurs="1"/> <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="edtDesignElem" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType>
See section 5.16 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).