Definition Type Complex Type
Name ImageContent
Namespace http://schemas.microsoft.com/office/onenote/2004/import
Abstract False
Documentation
        Contains the image to be imported.  The data is either referenced in a
        file or is included inlined, Base64 encoded.
      
XSD Schema SimpleImport.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ImageContent" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
ImageContent
    A:Image
    A:Image
References
A:Image , A:Image
Generated using Liquid XML Studio by Liquid Technologies Ltd