<xsd:complexType name="CommodityDeliveryRisk">
<xsd:annotation>
<xsd:documentation xml:lang="en">A scheme identifying how the parties to the trade aportion responsibility for the delivery of the commodity product (for example Free On Board, Cost, Insurance, Freight)</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="deliveryRiskScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/commodity-delivery-risk" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|