HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » SanctionCharge | SanctionDate | SanctionIssue | SanctionLevelCode | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
SanctionLevelCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Level 1 Individual'|'Level 2 Individual'|'Level 3 Individual'|'Level 1 Organization'|'Level 2 Organization'|'Level
3 Organization'}
|
| Documentation |
Further clarifies the type and level of service. "Level 1," "Level 2," and "Level 3" are placeholders that would be mapped
to applicable or pre-agreed upon service levels.
|
Schema Component Representation
<
xsd:simpleType name="
SanctionLevelCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Level 1 Individual"/>
<xsd:enumeration value="Level 2 Individual"/>
<xsd:enumeration value="Level 3 Individual"/>
<xsd:enumeration value="Level 1 Organization"/>
<xsd:enumeration value="Level 2 Organization"/>
<xsd:enumeration value="Level 3 Organization"/>
</
xsd:restriction>
</
xsd:simpleType>