RoleType

The type related to the Role of a Business Collaboration. For
	example, in a Business Collaboration, two or more top-level roles apply. The Role
	Type is a global element, that allows Role elements to be defined of Role
Type.

Complex Type Information

Model

Children: Documentation

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'

Used By

Source

<xsd:complexType name="RoleType">
  <xsd:annotation>
    <xsd:documentation>The type related to the Role of a Business Collaboration. For example, in a Business Collaboration, two or more top-level roles apply. The Role Type is a global element, that allows Role elements to be defined of Role Type.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="Documentation" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="name"/>
</xsd:complexType>