<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> |