View

BPMN: Detrmines rendering of subprocess as Collapsed or Expended. Default is Collapsed.

Attribute Information

Used By

Element xpdl:SubFlow

Source

<xsd:attribute name="View" use="optional" default="COLLAPSED">
  <xsd:annotation>
    <xsd:documentation>BPMN: Detrmines rendering of subprocess as Collapsed or Expended. Default is Collapsed.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="COLLAPSED"/>
      <xsd:enumeration value="EXPANDED"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample