Each business partner plays one or more abstract partner roles in the Business Collaboration. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
name | xsd:string | required |
|
||||
nameID | xsd:ID | required |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0' |
<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> |