xpdl:Icon

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
HEIGHT xsd:integer optional
SHAPE restriction of xsd:NMTOKEN RoundRectangle optional
WIDTH xsd:integer optional
XCOORD xsd:integer optional
YCOORD xsd:integer optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Activity

Source

<xsd:element name="Icon">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="XCOORD" type="xsd:integer" use="optional"/>
        <xsd:attribute name="YCOORD" type="xsd:integer" use="optional"/>
        <xsd:attribute name="WIDTH" type="xsd:integer" use="optional"/>
        <xsd:attribute name="HEIGHT" type="xsd:integer" use="optional"/>
        <xsd:attribute name="SHAPE" use="optional" default="RoundRectangle">
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="RoundRectangle"/>
              <xsd:enumeration value="Rectangle"/>
              <xsd:enumeration value="Ellipse"/>
              <xsd:enumeration value="Diamond"/>
              <xsd:enumeration value="UpTriangle"/>
              <xsd:enumeration value="DownTriangle"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
        <xsd:anyAttribute namespace="##other" processContents="lax"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample