Partager via


2.29.3.15 CT_PictureMonikerList

Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command

Referenced by: picMkLst, CT_PictureChanges

A complex type that specifies a list of content monikers that together uniquely identifies a picture in a document. The sequence of child elements MUST be a valid PICTUREMONIKERLIST as specified in the following ABNF (specified in [RFC5234]) grammar.

PICTUREMONIKERLIST = DRAWINGMONIKERLIST (section 2.29.3.4) PICTUREMONIKER

PICTUREMONIKER = ac:picMk (section 2.29.3.14)

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PictureMonikerList">
   <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).