<xsd:simpleType name="LoanTradingSettlementTaskStatusEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list that defines the status of a settlement task.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Active">
<xsd:annotation>
<xsd:documentation xml:lang="en">Loan Market Association (UK).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cleared">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Loan Syndications and Trading Association (US).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cancelled" />
</xsd:restriction>
</xsd:simpleType>
|