Definition Type Complex Type
Name EnsurePageVerb
Namespace http://schemas.microsoft.com/office/onenote/2004/import
Abstract False
Documentation
        Ensures the existence of a section or page.
      
XSD Schema SimpleImport.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EnsurePageVerb" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 default="false" name="RTL" type="xsd:boolean"/>
  <xsd:attribute name="insertAfter" type="GUID"/>
</xsd:complexType>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
EnsurePageVerb
    A:EnsurePage
References
A:EnsurePage
Generated using Liquid XML Studio by Liquid Technologies Ltd