<xsd:complexType name="PhysicalSettlement">
<xsd:choice>
<xsd:element name="resultingTradeIdentifier" type="PartyTradeIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The ID of the trade that resulted from the physical settlement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="resultingTrade" type="Trade" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The trade that resulted from the physical settlement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="product" minOccurs="0" />
<!-- the economics of the trade resulted from the physical settlement -->
</xsd:choice>
</xsd:complexType>
|