<xsd:complexType name="ReferencePoolItem">
<xsd:annotation>
<xsd:documentation xml:lang="en">This type contains all the constituent weight and reference information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="constituentWeight" type="ConstituentWeight" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the weight of each of the constituents within the basket. If not provided, it is assumed to be equal weighted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referencePair" type="ReferencePair" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|