HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » InterviewRequiredIndicator | CandidateType | ScreeningOrderServiceCodeType | SemanticDocumentReferenceType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
CreditAccountTypeCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'CreditLine'|'Installment'|'Mortgage'|'Open'|'Revolving'|'Unknown'}
|
Schema Component Representation
<
xsd:simpleType name="
CreditAccountTypeCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="CreditLine"/>
<xsd:enumeration value="Installment"/>
<xsd:enumeration value="Mortgage"/>
<xsd:enumeration value="Open"/>
<xsd:enumeration value="Revolving"/>
<xsd:enumeration value="Unknown"/>
</
xsd:restriction>
</
xsd:simpleType>