<xsd:complexType name="LoanAllocationIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that contains sender-specific and optional shared loan allocation identifiers.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="TradeIdentifier">
<xsd:sequence>
<xsd:element name="loanTradeReference" type="LoanTradeReference">
<xsd:annotation>
<xsd:documentation>Reference to the original loan trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|