Definition Type: SimpleType
Name: TermsSourceCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Indicates whether the monthly payment terms amount was provided by the repository bureau, or calculated by the credit bureau.
Collapse XSD Schema Diagram:
XSD Diagram of TermsSourceCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="TermsSourceCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>Indicates whether the monthly payment terms amount was provided by the repository bureau, or calculated by the credit bureau.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Calculated" />
        <xsd:enumeration value="Provided" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Calculated
Enumeration Provided