Definition Type: ComplexType
Name: HtmlContent
Namespace: http://schemas.microsoft.com/office/onenote/2004/import
Containing Schema: SimpleImport.xsd
Abstract
Documentation:
Contains the html data to be imported. If the html is included via a Data node, we expect it to be wrapped in a CDATA marker.
Collapse XSD Schema Diagram:
Drilldown into Data in schema simpleimport_xsd Drilldown into File in schema simpleimport_xsdXSD Diagram of HtmlContent in schema simpleimport_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="HtmlContent">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
				Contains the html data to be imported.

				If the html is included via a Data node, we expect it to be wrapped in
				a CDATA marker.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="File" type="FilePath" />
        <xsd:element name="Data" type="xsd:string" />
    </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:Html