CollaborationActivityType

The type related to a Collaboration Activity.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
collaborationRef xsd:IDREF required
The nameID reference for the Business Collaboration
performed by the Collaboration Activity.
name xsd:string required
A designation that may be relevant to a business analyst but is
not intended for referencing.
nameID xsd:ID required
Used for referencing, for example, for identification of elements
within an ebBP instance.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Source

<xsd:complexType name="CollaborationActivityType">
  <xsd:annotation>
    <xsd:documentation>The type related to a Collaboration Activity.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BusinessActivityType">
      <xsd:sequence>
        <xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element ref="Performs" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="collaborationRef" type="xsd:IDREF" use="required">
        <xsd:annotation>
          <xsd:documentation>The nameID reference for the Business Collaboration performed by the Collaboration Activity.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>