<xsd:group name="NewTrade.model">
<xsd:choice>
<xsd:annotation>
<xsd:documentation xml:lang="en">Choice between identification and representation of the new contract.</xsd:documentation>
</xsd:annotation>
<xsd:element name="newTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates a reference to the new trade between the transferee and the remaining party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="newTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the new trade between the transferee and the remaining party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|