Definition Type: ComplexType
Name: CreditSummaryAmountType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ClosedWithBalanceAmount in schema credit_xsd Drilldown into RevolvingAmount in schema credit_xsd Drilldown into InstallmentAmount in schema credit_xsd Drilldown into TotalAmount in schema credit_xsdXSD Diagram of CreditSummaryAmountType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CreditSummaryAmountType">
    <xsd:sequence>
        <xsd:element name="TotalAmount" type="CurrencyAmountType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Dollar amount of revolving tradelines. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="InstallmentAmount" type="CurrencyAmountType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Dollar amount of revolving tradelines. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="RevolvingAmount" type="CurrencyAmountType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Dollar amount of revolving tradelines. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ClosedWithBalanceAmount" type="CurrencyAmountType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Dollar amount of closed tradelines that still contain a balance. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalAmount hr:TotalAmount 0 (1)
InstallmentAmount hr:InstallmentAmount 0 (1)
RevolvingAmount hr:RevolvingAmount 0 (1)
ClosedWithBalanceAmount hr:ClosedWithBalanceAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:BalanceAmount, hr:HighCreditAmount, hr:PastDueBalance, hr:PaymentAmount, hr:TotalCreditLimit