BinaryCollaboration

Two roles - Defines the interaction between two top-level or abstract
	partner roles. Binary Collaboration is a choreographed state of two Business
	Collaboration roles. This Business Collaboration is being
deprecated.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
isInnerCollaboration xsd:boolean false optional
Indicates whether or not this Business Collaboration definition
can only be used within a Collaboration Activity (as a sub collaboration) or
initiated directly by a party.
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.
pattern xsd:anyURI optional
May point to the pattern on which an activity or collaboration is
based. This attribute is used only when not using the concrete BT
patterns provided.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Source

<xsd:element name="BinaryCollaboration" type="BinaryCollaborationType">
  <xsd:annotation>
    <xsd:documentation>Two roles - Defines the interaction between two top-level or abstract partner roles. Binary Collaboration is a choreographed state of two Business Collaboration roles. This Business Collaboration is being deprecated.</xsd:documentation>
  </xsd:annotation>
  <xsd:unique name="BinaryCollaboration-ID">
    <xsd:selector xpath="."/>
    <xsd:field xpath="nameID"/>
  </xsd:unique>
  <xsd:unique name="BinaryCollaborationRole-ID">
    <xsd:selector xpath=".//Role"/>
    <xsd:field xpath="nameID"/>
  </xsd:unique>
</xsd:element>

Sample