<xsd:complexType name="BusinessEventGroupIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">An identifier used to group different business events. This mechanism allows various events to be loosely coupled with each other.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BusinessEventIdentifier">
<xsd:sequence>
<xsd:element name="description" type="xsd:normalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A short description of the combination of business events that make up the event group.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|