Definition Type: ComplexType
Name: CreditLiabilityType
Namespace: http://www.hr-xml.org/3
Containing Schema: CreditResult.xsd
Abstract
Documentation:
A collection of information regarding a credit liability -- e.g., loan, revolving credit line, etc. -- associated with the search subject.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into CreditMessage in schema components_xsd Drilldown into UnpaidBalanceAmount in schema fields_xsd Drilldown into TermsSourceCode in schema fields_xsd Drilldown into TermsMonthCount in schema fields_xsd Drilldown into CreditTermsDescription in schema creditresult_xsd Drilldown into PaymentStatus in schema creditresult_xsd Drilldown into PastDueAmount in schema fields_xsd Drilldown into MonthsReviewedCount in schema fields_xsd Drilldown into ScheduledPaymentAmount in schema fields_xsd Drilldown into EstimatedPaymentAmount in schema fields_xsd Drilldown into ActualPaymentAmount in schema fields_xsd Drilldown into PriorAdverseRating in schema components_xsd Drilldown into PaymentPattern in schema fields_xsd Drilldown into OriginalLoanAmount in schema fields_xsd Drilldown into MostRecentAdverseRating in schema components_xsd Drilldown into LatePaymentCount in schema components_xsd Drilldown into HighestAdverseRating in schema components_xsd Drilldown into LastActivityDate in schema fields_xsd Drilldown into HighCreditAmount in schema fields_xsd Drilldown into HighBalanceAmount in schema fields_xsd Drilldown into DeferredLoanTerms in schema creditresult_xsd Drilldown into DerogatoryInformationIndicator in schema fields_xsd Drilldown into CreditLiabilityCurrentRating in schema components_xsd Drilldown into ConsumerDisputeIndicator in schema fields_xsd Drilldown into CollateralDescription in schema fields_xsd Drilldown into ChargeOffAmount in schema fields_xsd Drilldown into CreditLoanType in schema creditresult_xsd Drilldown into CreditLimitAmount in schema fields_xsd Drilldown into BalloonPaymentAmount in schema fields_xsd Drilldown into BalancePeriod in schema components_xsd Drilldown into CreditAccountType in schema creditresult_xsd Drilldown into CreditAccountStatus in schema creditresult_xsd Drilldown into AccountReportedDate in schema fields_xsd Drilldown into AccountPaidDate in schema fields_xsd Drilldown into CreditAccountOwnershipCode in schema fields_xsd Drilldown into AccountOpenDate in schema fields_xsd Drilldown into AccountCloseDate in schema fields_xsd Drilldown into AccountID in schema fields_xsd Drilldown into Creditor in schema creditresult_xsd Drilldown into ReviewRequiredIndicator in schema fields_xsd Drilldown into CreditBureauCode in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of CreditLiabilityType in schema creditresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CreditLiabilityType">
    <xsd:annotation>
        <xsd:documentation>A collection of information regarding a credit liability -- e.g., loan, revolving credit line, etc. -- associated with the search subject.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CreditBureauCode" minOccurs="0" />
        <xsd:element ref="ReviewRequiredIndicator" minOccurs="0" />
        <xsd:element ref="Creditor" minOccurs="0" />
        <xsd:element ref="AccountID" minOccurs="0" />
        <xsd:element ref="AccountCloseDate" minOccurs="0" />
        <xsd:element ref="AccountOpenDate" minOccurs="0" />
        <xsd:element ref="CreditAccountOwnershipCode" minOccurs="0" />
        <xsd:element ref="AccountPaidDate" minOccurs="0" />
        <xsd:element ref="AccountReportedDate" minOccurs="0" />
        <xsd:element ref="CreditAccountStatus" minOccurs="0" />
        <xsd:element ref="CreditAccountType" minOccurs="0" />
        <xsd:element ref="BalancePeriod" minOccurs="0" />
        <xsd:element ref="BalloonPaymentAmount" minOccurs="0" />
        <xsd:element ref="CreditLimitAmount" minOccurs="0" />
        <xsd:element ref="CreditLoanType" minOccurs="0" />
        <xsd:element ref="ChargeOffAmount" minOccurs="0" />
        <xsd:element ref="CollateralDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ConsumerDisputeIndicator" minOccurs="0" />
        <xsd:element ref="CreditLiabilityCurrentRating" minOccurs="0" />
        <xsd:element ref="DerogatoryInformationIndicator" minOccurs="0" />
        <xsd:element ref="DeferredLoanTerms" minOccurs="0" />
        <xsd:element ref="HighBalanceAmount" minOccurs="0" />
        <xsd:element ref="HighCreditAmount" minOccurs="0" />
        <xsd:element ref="LastActivityDate" minOccurs="0" />
        <xsd:element ref="HighestAdverseRating" minOccurs="0" />
        <xsd:element ref="LatePaymentCount" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="MostRecentAdverseRating" minOccurs="0" />
        <xsd:element ref="OriginalLoanAmount" minOccurs="0" />
        <xsd:element ref="PaymentPattern" minOccurs="0" />
        <xsd:element ref="PriorAdverseRating" minOccurs="0" />
        <xsd:element ref="ActualPaymentAmount" minOccurs="0" />
        <xsd:element ref="EstimatedPaymentAmount" minOccurs="0" />
        <xsd:element ref="ScheduledPaymentAmount" minOccurs="0" />
        <xsd:element ref="MonthsReviewedCount" minOccurs="0" />
        <xsd:element ref="PastDueAmount" minOccurs="0" />
        <xsd:element ref="PaymentStatus" minOccurs="0" />
        <xsd:element ref="CreditTermsDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TermsMonthCount" minOccurs="0" />
        <xsd:element ref="TermsSourceCode" minOccurs="0" />
        <xsd:element ref="UnpaidBalanceAmount" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CreditMessage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditBureauCode nsA:CreditBureauCode 0 (1)
ReviewRequiredIndicator nsA:ReviewRequiredIndicator 0 (1)
Creditor nsA:Creditor 0 (1)
AccountID nsA:AccountID 0 (1)
AccountCloseDate nsA:AccountCloseDate 0 (1)
AccountOpenDate nsA:AccountOpenDate 0 (1)
CreditAccountOwnershipCode nsA:CreditAccountOwnershipCode 0 (1)
AccountPaidDate nsA:AccountPaidDate 0 (1)
AccountReportedDate nsA:AccountReportedDate 0 (1)
CreditAccountStatus nsA:CreditAccountStatus 0 (1)
CreditAccountType nsA:CreditAccountType 0 (1)
BalancePeriod nsA:BalancePeriod 0 (1)
BalloonPaymentAmount nsA:BalloonPaymentAmount 0 (1)
CreditLimitAmount nsA:CreditLimitAmount 0 (1)
CreditLoanType nsA:CreditLoanType 0 (1)
ChargeOffAmount nsA:ChargeOffAmount 0 (1)
CollateralDescription nsA:CollateralDescription 0 unbounded
ConsumerDisputeIndicator nsA:ConsumerDisputeIndicator 0 (1)
CreditLiabilityCurrentRating nsA:CreditLiabilityCurrentRating 0 (1)
DerogatoryInformationIndicator nsA:DerogatoryInformationIndicator 0 (1)
DeferredLoanTerms nsA:DeferredLoanTerms 0 (1)
HighBalanceAmount nsA:HighBalanceAmount 0 (1)
HighCreditAmount nsA:HighCreditAmount 0 (1)
LastActivityDate nsA:LastActivityDate 0 (1)
HighestAdverseRating nsA:HighestAdverseRating 0 (1)
LatePaymentCount nsA:LatePaymentCount 0 unbounded
MostRecentAdverseRating nsA:MostRecentAdverseRating 0 (1)
OriginalLoanAmount nsA:OriginalLoanAmount 0 (1)
PaymentPattern nsA:PaymentPattern 0 (1)
PriorAdverseRating nsA:PriorAdverseRating 0 (1)
ActualPaymentAmount nsA:ActualPaymentAmount 0 (1)
EstimatedPaymentAmount nsA:EstimatedPaymentAmount 0 (1)
ScheduledPaymentAmount nsA:ScheduledPaymentAmount 0 (1)
MonthsReviewedCount nsA:MonthsReviewedCount 0 (1)
PastDueAmount nsA:PastDueAmount 0 (1)
PaymentStatus nsA:PaymentStatus 0 (1)
CreditTermsDescription nsA:CreditTermsDescription 0 unbounded
TermsMonthCount nsA:TermsMonthCount 0 (1)
TermsSourceCode nsA:TermsSourceCode 0 (1)
UnpaidBalanceAmount nsA:UnpaidBalanceAmount 0 unbounded
CreditMessage nsA:CreditMessage 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:CreditLiability