xpdl:ConnectorGraphicsInfo

BPMN and XPDL

Element Information

Model

xpdl:Coordinates* , 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
IsVisible xsd:boolean true optional
Page xsd:NMTOKEN optional
Deprecated in XPDL 2.1, now use PageId and Page element
PageId xpdl:IdRef optional
Style xsd:string optional
ToolId xsd:NMTOKEN optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="ConnectorGraphicsInfo">
  <xsd:annotation>
    <xsd:documentation>BPMN and XPDL</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="xpdl:Coordinates" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="ToolId" type="xsd:NMTOKEN" 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="Style" type="xsd:string" use="optional"/>
    <xsd:attribute name="BorderColor" type="xsd:string" use="optional"/>
    <xsd:attribute name="FillColor" type="xsd:string" use="optional"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>