<xsd:complexType name="TradeHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining trade related information which is not product specific.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade reference identifier(s) allocated to the trade by the parties involved.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyTradeInformation" type="PartyTradeInformation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Additional trade information that may be provided by each involved party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tradeDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|