complexType "EventPaymentNotification"
Namespace:
Content:
complex, 3 attributes, 9 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (9):
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
eventPaymentNotification
Known Usage Locations
Annotation
A message structure used to capture payment detailsrelated to various underlying business events. We can reference 1 or more business events.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              EventPaymentNotification
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="EventPaymentNotification">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="eventIdentifier" type="BusinessEventIdentifier"/>
<xsd:element name="payment" type="Payment"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
eventIdentifier
Type:
BusinessEventIdentifier, complex content
A unique reference to a business events.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="eventIdentifier" type="BusinessEventIdentifier"/>

payment
Type:
Payment, complex content
The actual payments taking place relating to the set of business events represented on this notice.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="payment" type="Payment"/>

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.