Definition Type: ComplexType
Name: FinancingSubtotalsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A generic component structure that represens various calculatd subtotals used primarily in financing.
Collapse XSD Schema Diagram:
Drilldown into SubtotalDescription in schema components_xsd Drilldown into SubtotalTypeCode in schema components_xsd Drilldown into SubtotalAmount in schema components_xsdXSD Diagram of FinancingSubtotalsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FinancingSubtotalsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> A generic component
                structure that represens various calculatd subtotals used primarily in financing.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="SubtotalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Total amount of line items extended.  This is the economic value of the lineitem.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="SubtotalTypeCode" type="sqdt:SubtotalTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> An enumerated list of
                available financing subtotals related to the subtotal amount. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="SubtotalDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                A textual description for a subtotal.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubtotalAmount star:SubtotalAmount 0 1
SubtotalTypeCode star:SubtotalTypeCode 0 1
SubtotalDescription star:SubtotalDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:FinancingSubtotals