HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » AcknowledgementDetail | RecruitmentStatusCode | EPMParticipantDossier | AlternateBOMReference | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
JurisdictionCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Country'|'Region'|'Federal'|'County'|'City'}
|
Schema Component Representation
<
xsd:simpleType name="
JurisdictionCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Country"/>
<xsd:enumeration value="Region"/>
<xsd:enumeration value="Federal"/>
<xsd:enumeration value="County"/>
<xsd:enumeration value="City"/>
</
xsd:restriction>
</
xsd:simpleType>