<xsd:element name="Page">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="xpdl:Description" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="Name" type="xsd:string" use="optional"/>
<xsd:attribute name="Id" type="xpdl:Id" use="required"/>
<xsd:attribute name="Height" type="xsd:double" use="optional"/>
<xsd:attribute name="Width" type="xsd:double" use="optional"/>
<xsd:attribute name="ToolId" type="xsd:string">
<xsd:annotation>
<xsd:documentation>The tool id to which this page is associated</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element> |