XML Schema Documentation

Model Group: BondChoice.model

[Table of contents]

Name BondChoice.model
Documentation A model group which provides choices between all bond underlyers.
XML Instance Representation
Start Choice [1]
<bond> ... </bond> [1]

'A bond instrument referenced by a contract'

<convertibleBond> ... </convertibleBond> [1]

'A convertible bond instrument referenced by a contract.'

End Choice
Diagram
element_bond element_convertibleBond
Schema Component Representation
<xsd:group name="BondChoice.model">
<xsd:choice>
<xsd:element ref=" bond "/>
<xsd:element ref=" convertibleBond "/>
</xsd:choice>
</xsd:group>