<xsd:simpleType name="LoanTradingFormOfPurchaseEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list describing forms of purchase.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Assignment">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AssignmentOnly">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LMAFundedParticipation">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LMAFundedRiskParticipation">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LMARiskParticipation">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LMARiskToFundedParticipation">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LMATransferAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LMATransferCertificate">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Participation">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|