BusinessPartnerRole

Each business partner plays one or more abstract partner roles in the Business Collaboration.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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'

Source

<xsd:element name="BusinessPartnerRole" minOccurs="2" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Each business partner plays one or more abstract partner roles in the Business Collaboration.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="Documentation" minOccurs="0"/>
      <xsd:element name="Performs" type="PerformsType" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="name"/>
  </xsd:complexType>
</xsd:element>

Sample