SHAPE

Attribute Information

Used By

Element xpdl:Icon

Source

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

Sample