<xsd:complexType name="BondReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type including a reference to a bond to support the representation of an asset swap or Condition Precedent Bond.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="bond">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a bond underlyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="conditionPrecedentBond" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">To indicate whether the Condition Precedent Bond is applicable. The swap contract is only valid if the bond is issued and if there is any dispute over the terms of fixed stream then the bond terms would be used.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="discrepancyClause" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">To indicate whether the Discrepancy Clause is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|