<xsd:complexType name="ExchangeTradedFund">
<xsd:annotation>
<xsd:documentation xml:lang="en">An exchange traded fund whose price depends on exchange traded constituents.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ExchangeTradedCalculatedPrice">
<xsd:sequence>
<xsd:element name="fundManager" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fund manager that is in charge of the fund.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|