<xsd:simpleType name="FlatRateEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The method by which the Flat Rate is calculated for a commodity freight transaction.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Fixed">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The Flat Rate will be the New Worldwide Tanker Nominal Freight Scale for the Freight Index Route for the Trade Date for the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Floating">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The Flat Rate for each Pricing Date will be the New Worldwide Tanker Nominal Freight Scale for the Freight Index Route for the Pricing Date..</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|