XML Schema Documentation

Simple Type: PayRelativeToEnum

[Table of contents]

Super-types: xsd:token < PayRelativeToEnum (by restriction)
Sub-types: None
Name PayRelativeToEnum
Content
  • Base XSD Type: token
  • value comes from list: {'CalculationPeriodStartDate'|'CalculationPeriodEndDate'|'ResetDate'|'ValuationDate'}
Documentation The specification of whether payments occur relative to the calculation period start or end date, or the reset date.
Diagram
Schema Component Representation
<xsd:simpleType name="PayRelativeToEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="CalculationPeriodStartDate"/>
<xsd:enumeration value="CalculationPeriodEndDate"/>
<xsd:enumeration value="ResetDate"/>
<xsd:enumeration value="ValuationDate"/>
</xsd:restriction>
</xsd:simpleType>