Defines a picture.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

Child Elements

Element Type Description
binData binDataType Contains the binary data representing this object.
movie binDataType Contains the binary data representing this movie.
background backgroundElt Represents the background for this document.
applet appletElt Contains data for the Java applet this object represents
msAccessHTML stringType Contains data for the Access Web Bot this object represents.
scriptAnchor scriptAnchorType Contains data for the script anchor this object represents.
ocx ocxType Contains data for the OCX control this object represents.

Attributes

None.

Definition

XML

<xsd:complexType name="pictureType" ">
    
    <xsd:sequence maxOccurs="unbounded">
      <xsd:element name="binData" type="binDataType" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="movie" type="binDataType" minOccurs="0">
        
      </xsd:element>
      <xsd:choice minOccurs="0" maxOccurs="1">
        <xsd:element name="background" minOccurs="0" type="backgroundElt">
          
        </xsd:element>
        <xsd:element name="applet" type="appletElt">
          
        </xsd:element>
        <xsd:element name="msAccessHTML" type="stringType">
          
        </xsd:element>
        <xsd:element name="scriptAnchor" type="scriptAnchorType">
          
        </xsd:element>
        <xsd:element name="ocx" type="ocxType" minOccurs="0">
          
        </xsd:element>
      </xsd:choice>
      <xsd:any processContents="skip" namespace="urn:schemas-microsoft-com:vml" minOccurs="0"></xsd:any>
      <xsd:any processContents="skip" namespace="urn:schemas-microsoft-com:office:office" minOccurs="0"></xsd:any>
    </xsd:sequence>
  </xsd:complexType>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp