<xsd:complexType name="QuotedAssetSet">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of quoted assets.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="instrumentSet" type="InstrumentSet" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of instruments used as a basis for quotation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="assetQuote" type="BasicAssetValuation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of valuations (quotes) for the assets needed in the set. Normally these quotes will be for the underlying assets listed above, but they don't necesarily have to be.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|