Definition Type: Element
Name: TermsSourceType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Credit.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
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 TermsSourceType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TermsSourceType" minOccurs="0">
    <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:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Calculated" />
            <xsd:enumeration value="Provided" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration Calculated
Enumeration Provided