<xsd:simpleType name="ObjectiveActionCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org">A code classifying an action to be taken with respect to
achieving an objective. This may be used in the definition or specification of an objective or objective plan.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Increase">
<xsd:annotation>
<xsd:documentation>Increase relative to a base towards a target.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Decrease">
<xsd:annotation>
<xsd:documentation>Decrease relative to a base towards a target.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MaintainAt">
<xsd:annotation>
<xsd:documentation>Maintain target.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MaintainAbove">
<xsd:annotation>
<xsd:documentation>Maintain above a target level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Reach">
<xsd:annotation>
<xsd:documentation>Increase above a target level. Mathematically equivalent to "maintain above," but carries finer-grain semantics.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MaintainBelow">
<xsd:annotation>
<xsd:documentation>Maintain below a target level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|