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