<xsd:simpleType name="PriceExpressionEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The mode of expression of a price.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AbsoluteTerms">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The price is expressed as an absolute amount.></xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PercentageOfNotional">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The price is expressed in percentage of the notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|