complexType "NotificationMessage"
Namespace:
Content:
complex, 3 attributes, 6 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in fpml-msg-5-8.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (6):
header (defined in NotificationMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
sequenceNumber (defined in Sequence.model group),
Known Direct Subtypes (5):
ApprovalStatusNotification, ClearingConfirmed, ClearingRefused, ClearingStatus, ServiceNotification
All Direct / Indirect Based Elements (5):
approvalStatusNotification, clearingConfirmed, clearingRefused, clearingStatus, serviceNotification
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      NotificationMessage
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType abstract="true" name="NotificationMessage">
<xsd:complexContent>
<xsd:extension base="Message">
<xsd:sequence>
<xsd:element name="header" type="NotificationMessageHeader"/>
<xsd:group ref="Validation.model"/>
<xsd:group minOccurs="0" ref="CorrelationAndOptionalSequence.model"/>
<xsd:group minOccurs="0" ref="OnBehalfOf.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/6)
header
Type:
NotificationMessageHeader, complex content
XML Source (see within schema source)
<xsd:element name="header" type="NotificationMessageHeader"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.