Represents a a command to add, update, or delete the specified objects on the specified page.
Multiple objects can be imported to multiple pages if desired. You create a PlaceObjects element for each page on which you want to place content. You must include at least one Object element in each PlaceObjects element.
			
<PlaceObjects pagePath="MSN Instant Messenger\Conversations.one" 
              pageGuid="{8FDD3C41-5BB5-4595-B019-7E7E9BC9D38E}">
  <Object guid="{F6FC4149-1092-48ea-806D-0067C8661A18}">
    <Position x="72" y="72"/>
    <Ink>
      <File path="c:\ink.isf"/>
    </Ink>
  </Object>
  <Object guid="{1A6648BA-D792-48f1-AC6A-43DF6E258851}">
    <Delete/>
  </Object>
</PlaceObjects>
		| Element type | PlaceObjectsVerb | 
| Namespace | http://schemas.microsoft.com/office/onenote/2004/import | 
| Schema name | SimpleImport | 
| Element | Description | 
|---|---|
| Import | Represents the root element of the OneNote 2003 simple import schema. . | 
None.
However, the element type, PlaceObjectsVerb, does contain child elements.
None.
However, the element type, PlaceObjectsVerb, does have attributes.
			
<xsd:element name="PlaceObjects" type="PlaceObjectsVerb"/>