Definition Type: SimpleType
Name: LoanTradingVotingRightsEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
A list that specifies type of voting rights process, i.e. whether voting rights are passed along to buyer or retained by seller.
Collapse XSD Schema Diagram:
XSD Diagram of LoanTradingVotingRightsEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration PassedOnToBuyer
Enumeration RetainedBySeller
Collapse Derivation Tree:
Collapse References:
nsA:votingRights