xpdl:NodeGraphicsInfo

Element Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
BorderColor xsd:string optional
FillColor xsd:string optional
Height xsd:double optional
IsVisible xsd:boolean true optional
LaneId xsd:NMTOKEN optional
Page xsd:NMTOKEN optional
Deprecated in XPDL 2.1, now use PageId and Page element
PageId xpdl:IdRef optional
Shape xsd:string optional
ToolId xsd:string optional
Width xsd:double optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="NodeGraphicsInfo">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Coordinates" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="ToolId" type="xsd:string" use="optional"/>
    <xsd:attribute name="IsVisible" type="xsd:boolean" use="optional" default="true"/>
    <xsd:attribute name="Page" type="xsd:NMTOKEN" use="optional">
      <xsd:annotation>
        <xsd:documentation>Deprecated in XPDL 2.1, now use PageId and Page element</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="PageId" type="xpdl:IdRef" use="optional"/>
    <xsd:attribute name="LaneId" type="xsd:NMTOKEN" use="optional"/>
    <xsd:attribute name="Height" type="xsd:double" use="optional"/>
    <xsd:attribute name="Width" type="xsd:double" use=</