HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » CandidateType | CandidateType | CandidateType | CandidateType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
AffiliatedOrganizationTypeCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Professional'|'Social'|'Community'|'Non-Profit'|'Religious'|'Political'}
|
| Documentation |
Values used to describe the type of assocation or affiliated organization. |
Schema Component Representation
<
xsd:simpleType name="
AffiliatedOrganizationTypeCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Professional"/>
<xsd:enumeration value="Social"/>
<xsd:enumeration value="Community"/>
<xsd:enumeration value="Non-Profit"/>
<xsd:enumeration value="Religious"/>
<xsd:enumeration value="Political"/>
</
xsd:restriction>
</
xsd:simpleType>