Definition Type: ComplexType
Name: DealerProductsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Additional products and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are included in either total cash price, gross capitalized cost, or paid up front..
Collapse XSD Schema Diagram:
Drilldown into PreferredProviderIndicator in schema components_xsd Drilldown into DealerProductsCapitalizedIndicator in schema components_xsd Drilldown into DealerProductsPaidTo in schema components_xsd Drilldown into DealerProductsPaidFor in schema components_xsd Drilldown into DealerProductsAmount in schema components_xsd Drilldown into DealerProductsTypeCode in schema components_xsdXSD Diagram of DealerProductsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DealerProductsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> Additional products
                and/or agreements added and/or sold by the dealer. Non-Residualized itemsthat are
                included in either total cash price, gross capitalized cost, or paid up front..
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="DealerProductsTypeCode" type="sqdt:DealerProductsTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Describes the type of
                product </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DealerProductsAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The amount to be paid
                for the product. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DealerProductsPaidFor" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Describes whom the fee
                is to be for </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DealerProductsPaidTo" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Describes whom the fee
                is to be to </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DealerProductsCapitalizedIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Indicates whether the
                item is capitalized or not capitalized if part of an lease </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PreferredProviderIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                    Indicates whether the provider is a preferred provider.
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DealerProductsTypeCode star:DealerProductsTypeCode 0 1
DealerProductsAmount star:DealerProductsAmount 0 1
DealerProductsPaidFor star:DealerProductsPaidFor 0 1
DealerProductsPaidTo star:DealerProductsPaidTo 0 1
DealerProductsCapitalizedIndicator star:DealerProductsCapitalizedIndicator 0 1
PreferredProviderIndicator star:PreferredProviderIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:DealerProducts