Defines a picture.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
binData | Contains the binary data representing this object. |
movie | Contains the binary data representing this movie. |
background | Represents the background for this document. |
applet | Contains data for the Java applet this object represents |
msAccessHTML | Contains data for the Access Web Bot this object represents. |
scriptAnchor | Contains data for the script anchor this object represents. |
ocx | Contains data for the OCX control this object represents. |
None.
<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>