HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ScreeningCustomer | ScreeningDatabaseID | ScreeningError | CandidateType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
ScreeningOrderActionEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'NewOrder'|'AppendOrder'|'UpdateOrder'}
|
Schema Component Representation
<
xsd:simpleType name="
ScreeningOrderActionEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="NewOrder"/>
<xsd:enumeration value="AppendOrder"/>
<xsd:enumeration value="UpdateOrder"/>
</
xsd:restriction>
</
xsd:simpleType>