xpdl:Page

Element Information

Model

xpdl:Description{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Height xsd:double optional
Id xpdl:Id required
Name xsd:string optional
ToolId xsd:string optional
The tool id to which this page is associated
Width xsd:double optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Pages

Source

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

Sample