<xsd:simpleType name="LoanTradingVotingRightsEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list that specifies type of voting rights process, i.e. whether voting rights are passed along to buyer or retained by seller.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PassedOnToBuyer">
<xsd:annotation>
<xsd:documentation xml:lang="en">Voting rights passed to the buyer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RetainedBySeller">
<xsd:annotation>
<xsd:documentation xml:lang="en">Voting rights retained by the seller</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|