<xsd:group name="TradeReferenceInformationContents.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a model group that allows trade identifiers and/or trade information to be represented.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="originatingEvent" type="OriginatingEvent" minOccurs="0" />
<xsd:element name="terminatingEvent" type="TerminatingEvent" minOccurs="0" />
</xsd:choice>
<xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">This allows the acknowledging party to supply additional trade identifiers for a trade underlying a request relating to a business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyTradeInformation" type="PartyTradeInformation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">This allows the acknowledging party to supply additional trade information about a trade underlying a request relating to a business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="productType" type="ProductType" minOccurs="0" />
<xsd:element name="productId" type="ProductId" minOccurs="0" />
</xsd:sequence>
</xsd:group>
|