Definition Type: ComplexType
Name: TermsDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MinimumPaymentPercent in schema components_xsd Drilldown into TermsDiscountPercentage in schema components_xsd Drilldown into TermsDueDate in schema components_xsd Drilldown into TermsStartDate in schema components_xsdXSD Diagram of TermsDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TermsDetailType">
    <xsd:sequence>
        <xsd:element name="TermsStartDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        The start date for the payment term of the
                        record.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TermsDueDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        The due date for the payment term of this
                        record.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TermsDiscountPercentage" type="udt:PercentType">
            <xsd:annotation>
                <xsd:documentation>
                        The amount of discount to the total amount of the order
                            muliplied by the MinimumPaymentPercent. This could be 0. An example of a
                            percentage value shown in decimal form would be 56.5% which would be
                            0.565 in decimal form.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="MinimumPaymentPercent" type="udt:PercentType">
            <xsd:annotation>
                <xsd:documentation>
                        The minimum percentage of payment for this Terms record. An
                            example of a percentage value shown in decimal form would be 56.5% which
                            would be 0.565 in decimal form.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TermsStartDate star:TermsStartDate (1) (1)
TermsDueDate star:TermsDueDate (1) (1)
TermsDiscountPercentage star:TermsDiscountPercentage (1) (1)
MinimumPaymentPercent star:MinimumPaymentPercent (1) (1)
Collapse Derivation Tree:
Collapse References:
star:TermsDetail