HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » CandidateType | OrganizationAffiliations | CandidateType | CandidateType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
ObjectiveActionCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Increase'|'Decrease'|'MaintainAt'|'MaintainAbove'|'Reach'|'MaintainBelow'}
|
| 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.
|
Schema Component Representation
<
xsd:simpleType name="
ObjectiveActionCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Increase"/>
<xsd:enumeration value="Decrease"/>
<xsd:enumeration value="MaintainAt"/>
<xsd:enumeration value="MaintainAbove"/>
<xsd:enumeration value="Reach"/>
<xsd:enumeration value="MaintainBelow"/>
</
xsd:restriction>
</
xsd:simpleType>