<xsd:simpleType name="FxTenorPeriodEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of a time period containing values such as Today, Tomorrow etc.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Broken">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Broken/non conventional Tenor Period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Today">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Today Tenor Period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Tomorrow">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Tomorrow Tenor Period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TomorrowNext">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Day after Tomorrow Tenor Period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Spot">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Spot Tenor Period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SpotNext">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Day after Spot Tenor period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|