<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>
|