Root element of the OneNote 2003 simple import schema. Contains the information concerning the objects to be added, updated, or deleted.
The Import element must contain at least either one EnsurePage or PlaceObjects element.
<Import />
Namespace | http://schemas.microsoft.com/office/onenote/2004/import |
Schema name | SimpleImport |
None.
Element | Description |
---|---|
EnsurePage | Represents a command to verify the specified page exists, and if it does not, create it. |
PlaceObjects | Represents a a command to add, update, or delete the specified objects on the specified page. |
None.
<xsd:element name="Import">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Top level element. Contains any number of verbs.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="EnsurePage" type="EnsurePageVerb"/>
<xsd:element name="PlaceObjects" type="PlaceObjectsVerb"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>