<xsd:complexType name="BrokerConfirmation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the market sector in which the trade has been arranged.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="brokerConfirmationType" type="BrokerConfirmationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of broker confirmation executed between the parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|