Definition Type: ComplexType
Name: ImageContent
Namespace: http://schemas.microsoft.com/office/onenote/2004/import
Containing Schema: SimpleImport.xsd
Abstract
Documentation:
Contains the image to be imported. The data is either referenced in a file or is included inlined, Base64 encoded.
Collapse XSD Schema Diagram:
Drilldown into Data in schema simpleimport_xsd Drilldown into File in schema simpleimport_xsdXSD Diagram of ImageContent in schema simpleimport_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
File nsB:File (1) (1)
Data nsB:Data (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:Image, nsB:Image