pictureType complexType [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
pictureType complexType [Word 2003 XML Reference]
Defines a picture.
Type Information
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Elements and Attributes
Child Elements
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. |
Attributes
None.
Definition
<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>
©2004 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/odcXMLRefLegalNotice.asp