2.29.3.20 CT_DrawingElementMonikerList
Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command
Referenced by: deMkLst
A complex type that specifies a list of content monikers that together uniquely identifies a drawing element in a document. The sequence of child elements MUST be a valid DRAWINGELEMENTMONIKERLIST as specified in the following ABNF (specified in [RFC5234]) grammar.
DRAWINGELEMENTMONIKERLIST = DRAWINGMONIKERLIST (section 2.29.3.4) DRAWINGELEMENTMONIKER
DRAWINGELEMENTMONIKER = SHAPEMONIKER / GROUPSHAPEMONIKER / GRAPHICFRAMEMONIKER / CONNECTORMONIKER / PICTUREMONIKER / INKMONIKER
SHAPEMONIKER = ac:spMk (section 2.29.3.17)
GROUPSHAPEMONIKER = ac:grpSpMk (section 2.29.3.8)
GRAPHICFRAMEMONIKER = ac:graphicFrameMk (section 2.29.3.5)
CONNECTORMONIKER = ac:cxnSpMk (section 2.29.3.3)
PICTUREMONIKER = ac:picMk (section 2.29.3.14)
INKMONIKER = ac:inkMk (section 2.29.3.11)
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DrawingElementMonikerList"> <xsd:sequence> <xsd:any minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).