Definition Type: Group
Name: BondChoice.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Documentation:
A model group which provides choices between all bond underlyers.
Collapse XSD Schema Diagram:
Drilldown into convertibleBond in schema fpml-asset-4-4_xsd Drilldown into bond in schema fpml-asset-4-4_xsdXSD Diagram of BondChoice.model in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="BondChoice.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group which provides choices between all bond underlyers.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element ref="bond">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A bond instrument referenced by a contract</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="convertibleBond">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A convertible bond instrument referenced by a contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bond fpml:bond (1) (1)
convertibleBond fpml:convertibleBond (1) (1)