xpdl:BlockActivity

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
ActivitySetId xpdl:IdRef required
BPMN: Corresponds to embedded subprocess. Pointer to ActivitySet/@Id in XPDL.
StartActivityId xpdl:IdRef optional
View restriction of xsd:NMTOKEN COLLAPSED optional
BPMN: Determines whether the subprocess is rendered as Collapsed or Expanded in diagram.  Default is Collapsed.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="BlockActivity">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="ActivitySetId" type="xpdl:IdRef" use="required">
      <xsd:annotation>
        <xsd:documentation>BPMN: Corresponds to embedded subprocess. Pointer to ActivitySet/@Id in XPDL.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="StartActivityId" type="xpdl:IdRef" use="optional"/>
    <xsd:attribute name="View" use="optional" default="COLLAPSED">
      <xsd:annotation>
        <xsd:documentation>BPMN: Determines whether the subprocess is rendered as Collapsed or Expanded in diagram. 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>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample