<xsd:complexType name="AbstractLoanAllocationEvent" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract structure defining fundamental allocation event information.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanEvent">
<xsd:sequence>
<xsd:element name="allocationReference" type="LoanAllocationReference" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to an allocation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|