<xsd:simpleType name="LoanTradingTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list that specifies whether a trade was executed during the syndication period or in the post-syndication market.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Primary">
<xsd:annotation>
<xsd:documentation xml:lang="en">Trade is part of a syndication.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Secondary">
<xsd:annotation>
<xsd:documentation xml:lang="en">Trade was performed in the secondary (non-syndication) market.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|