Definition Type: SimpleType
Name: ObjectiveActionCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of ObjectiveActionCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Increase
Enumeration Decrease
Enumeration MaintainAt
Enumeration MaintainAbove
Enumeration Reach
Enumeration MaintainBelow