<xsd:element name="GlobalActivityReference">
<xsd:annotation>
<xsd:documentation>BPMN 2.0 : Reference to a BPMN 2.0 globalTask</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="GlobalActivityId" type="xpdl:IdRef" use="required">
<xsd:annotation>
<xsd:documentation>BPMN 2.0: Reference to a BPMN 2.0 globalTask defined in GlobalActivities. Pointer to Activity/@Id in XPDL.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element> |