<xsd:simpleType name="PayRateIntervalCodeEnumType">
<xsd:annotation>
<xsd:documentation>
An interval of time or other basis used to express a rate of pay or remuneration. OED: "Interval, n. 2. a. The space of time intervening between two points of time; any intervening time." Enumerated values are:
Hour
Day
Half Week
Week
Two Weeks
Four Weeks
Half Month
Month
Two Months
Quarter
Seasonal Term
Half Year
Year
Quarter To Date
Year To Date
Once - a flat amount paid once without regard to one of the above intervals. Could be paid once per assignment or review period or other applicable conceptual period.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Hour" />
<xsd:enumeration value="Day" />
<xsd:enumeration value="Week" />
<xsd:enumeration value="TwoWeeks" />
<xsd:enumeration value="FourWeeks" />
<xsd:enumeration value="HalfMonth" />
<xsd:enumeration value="Month" />
<xsd:enumeration value="TwoMonths" />
<xsd:enumeration value="Quarter" />
<xsd:enumeration value="SeasonalTerm" />
<xsd:enumeration value="HalfYear" />
<xsd:enumeration value="Year" />
<xsd:enumeration value="QuarterTo Date" />
<xsd:enumeration value="YearToDate" />
<xsd:enumeration value="Once" />
</xsd:restriction>
</xsd:simpleType>
|