XML Schema Documentation

Simple Type: ResetRelativeToEnum

[Table of contents]

Super-types: xsd:token < ResetRelativeToEnum (by restriction)
Sub-types: None
Name ResetRelativeToEnum
Content
  • Base XSD Type: token
  • value comes from list: {'CalculationPeriodStartDate'|'CalculationPeriodEndDate'}
Documentation The specification of whether resets occur relative to the first or last day of a calculation period.
Diagram
Schema Component Representation
<xsd:simpleType name="ResetRelativeToEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="CalculationPeriodStartDate"/>
<xsd:enumeration value="CalculationPeriodEndDate"/>
</xsd:restriction>
</xsd:simpleType>