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