<xsd:complexType name="InformationSource">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the source for a piece of information (e.g. a rate refix or an fx fixing).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="rateSource" type="InformationProvider">
<xsd:annotation>
<xsd:documentation xml:lang="en">An information source for obtaining a market rate. For example Bloomberg, Reuters, Telerate etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rateSourcePage" type="RateSourcePage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A specific page for the rate source for obtaining a market rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rateSourcePageHeading" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The heading for the rate source on a given rate source page.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|