<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>
|