<xsd:simpleType name="WorkingHoursBasisCodeEnumType">
<xsd:annotation>
<xsd:documentation>
An interval of time or related basis used to calculate or reference a schedule or working hours. Enumerated values are:
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Day">
<xsd:annotation>
<xsd:documentation>Note that this code list is used in more than one context, one of which is
ScheduledDays. "Day" generally would not be a valid scheduleBasis in the context of ScheduledDays.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<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="Shift">
<xsd:annotation>
<xsd:documentation>Note that this code list is used in more than one context, one of which is
ScheduledDays. "Shfit" generally would not be a valid scheduleBasis in the context of ScheduledDays.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|