<xsd:complexType name="AbstractLoanAllocationSummary" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying structure defining fundamental allocation event information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="allocationIdentifier" type="LoanAllocationIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">Unique allocation id used to identify the allocation record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="Money">
<xsd:annotation>
<xsd:documentation>Amount allocated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="comment" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A freetext field which allows the sender to add further details around the allocation event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|