Import Element

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.

Usage

			
<Import />

		

Element Information

Namespace http://schemas.microsoft.com/office/onenote/2004/import
Schema name SimpleImport

Elements and Attributes

Parent Elements

None.

Child Elements

Element Description
EnsurePage Represents a command to verify the specified page exists, and if it does not, create it.
PlaceObjectsRepresents a a command to add, update, or delete the specified objects on the specified page.

Attributes

None.

Definition

			
<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>

		
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp