<xsd:simpleType name="PayRelativeToEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether payments occur relative to the calculation period start or end date, or the reset date.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CalculationPeriodStartDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Payments 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">Payments will occur relative to the last day of each calculation period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ResetDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Payments will occur relative to the reset date.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|