<xsd:complexType name="PartyTradeInformation">
<xsd:annotation>
<xsd:documentation>A type defining additional information that may be recorded against a trade. </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation>Identifies that party that has ownership of this information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trader" type="xsd:normalizedString" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Identifies the person or persons who assumed the role of trader for this trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|