OperationMappingType

The type related to the abstract element mapping Operations to
Business Actions, either business messages or signals. Note: This complexType was
added in v2.0.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
businessTransactionActivityRef xsd:IDREF required
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.
roleRef xsd:IDREF required
Maps to a Role element contained in
collaboration.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Source

<xsd:complexType name="OperationMappingType">
  <xsd:annotation>
    <xsd:documentation>The type related to the abstract element mapping Operations to Business Actions, either business messages or signals. Note: This complexType was added in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="MessageMap" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:attributeGroup ref="map"/>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="SignalMap" minOccurs="0" maxOccurs="8">
      <xsd:complexType>
        <xsd:attributeGroup ref="map"/>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attributeGroup ref="name"/>
  <xsd:attribute name="roleRef" type="xsd:IDREF" use="required">
    <xsd:annotation>
      <xsd:documentation>Maps to a Role element contained in collaboration.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="businessTransactionActivityRef" type="xsd:IDREF" use="required"/>
</xsd:complexType>