complexType "EventPayment"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
eventIdentifier (in eventPayment),
payerPartyReference (defined in SimplePayerReceiver.model group),
paymentAmount (defined in LoanSimplePayment complexType),
paymentDate (defined in LoanSimplePayment complexType),
receiverPartyReference (defined in SimplePayerReceiver.model group),
settlementInstruction (in eventPayment)
All Direct / Indirect Based Elements (1):
eventPayment
Known Usage Locations
Annotation
A structure that represents the prepayment structure associated within a facility.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  LoanSimplePayment (extension)
      EventPayment
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="EventPayment">
<xsd:complexContent>
<xsd:extension base="LoanSimplePayment">
<xsd:sequence>
<xsd:sequence maxOccurs="unbounded">
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="settlementInstruction" type="SettlementInstruction"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
eventIdentifier
Type:
BusinessEventIdentifier, complex content
XML Source (see within schema source)
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier"/>

settlementInstruction
Type:
SettlementInstruction, complex content
A standard settlement instruction defining how a currency payment is to be made.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementInstruction" type="SettlementInstruction"/>

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