<xsd:complexType name="NotificationMessage">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the basic content for a message sent to inform another system that some 'business event' has occured. Notifications are not expected to be replied to.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="Message">
<xsd:sequence>
<xsd:element name="header" type="NotificationMessageHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">Overrides the definition of header in the Message type to make it specific to NotificationMessage instances.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="Validation.model" />
</xsd:sequence>
<xsd:attributeGroup ref="StandardAttributes.atts" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|