complexType ImageContent

complexType {http://schemas.microsoft.com/office/onenote/2004/import}ImageContent

Abstractfalse (This can be used in an instance)
Target Namespacehttp://schemas.microsoft.com/office/onenote/2004/import
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://schemas.microsoft.com/office/onenote/2004/import


Source

<xsd:complexType name="ImageContent">
    <
xsd:annotation>
        <
xsd:documentation xml:lang="en">
Contains the image to be imported. The data is either referenced in a
file or is included inlined, Base64 encoded.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:choice>
        <
xsd:element name="File" type="FilePath"/>
        <
xsd:element name="Data" type="xsd:base64Binary"/>
    </
xsd:choice>
</
xsd:complexType>


Documentation

				Contains the image to be imported.  The data is either referenced in a
				file or is included inlined, Base64 encoded.


complexType ImageContent


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.