XML Schema Documentation

Complex Type: TradeHeader

[Table of contents]

Super-types: None
Sub-types: None
Name TradeHeader
Used by (from the same schema document) Complex Type Trade
Abstract no
Documentation A type defining trade related information which is not product specific.
XML Instance Representation
<...>
<partyTradeIdentifier> PartyTradeIdentifier </partyTradeIdentifier> [1..*]

'The trade reference identifier(s) allocated to the trade by the parties involved.'

<partyTradeInformation> PartyTradeInformation </partyTradeInformation> [0..*]

'Additional trade information that may be provided by each involved party.'

<tradeDate> IdentifiedDate </tradeDate> [1]

'The trade date.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="TradeHeader">
<xsd:sequence>
<xsd:element name="partyTradeIdentifier" type=" PartyTradeIdentifier " maxOccurs="unbounded"/>
<xsd:element name="partyTradeInformation" type=" PartyTradeInformation " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="tradeDate" type=" IdentifiedDate "/>
</xsd:sequence>
</xsd:complexType>