Represents html text to be imported as part of an outline object.
			
<Html>
<Data>
  <![CDATA[
   <html><body><p>Sample text here.</p></body></html>
   ]]>
</Data>
</Html>
		| Element base | HtmlContent | 
| Namespace | http://schemas.microsoft.com/office/onenote/2004/import | 
| Schema name | SimpleImport | 
| Element | Description | 
|---|---|
| Outline | Represents an outline to be imported. . | 
None.
However, the element base, HtmlContent, does contain child elements.
None.
			
<xsd:element name="Html" type="HtmlContent"/>