<xsd:simpleType name="ResetRelativeToEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of whether resets occur relative to the first or last day of a calculation period.</xsd:documentation>
<!-- This is needed for CLC
<xsd:appinfo>
<!-\-IY: ETTF pretrade IRS and CDS-\->
<view:skip view="pretrade" rationale="Unsupported"/>
</xsd:appinfo>-->
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CalculationPeriodStartDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Resets will occur relative to the first day of each calculation period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CalculationPeriodEndDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Resets will occur relative to the last day of each calculation period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|