Definition Type: ComplexType
Name: EnsurePageVerb
Namespace: http://schemas.microsoft.com/office/onenote/2004/import
Containing Schema: SimpleImport.xsd
Abstract
Documentation:
Ensures the existence of a section or page.
Collapse XSD Schema Diagram:
Drilldown into insertAfter in schema simpleimport_xsd Drilldown into RTL in schema simpleimport_xsd Drilldown into date in schema simpleimport_xsd Drilldown into title in schema simpleimport_xsd Drilldown into guid in schema simpleimport_xsd Drilldown into path in schema simpleimport_xsdXSD Diagram of EnsurePageVerb in schema simpleimport_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="EnsurePageVerb">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
				Ensures the existence of a section or page.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="path" type="xsd:string" use="required" />
    <xsd:attribute name="guid" type="GUID" use="required" />
    <xsd:attribute name="title" type="xsd:string" />
    <xsd:attribute name="date" type="xsd:dateTime" />
    <xsd:attribute name="RTL" type="xsd:boolean" default="false" />
    <xsd:attribute name="insertAfter" type="GUID" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
path nsB:path Required
guid nsB:guid Required
title nsB:title (Optional)
date nsB:date (Optional)
RTL nsB:RTL false (Optional)
insertAfter nsB:insertAfter (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:EnsurePage