Definition Type: Element
Name: TermsDiscountPercentage
Namespace: http://www.starstandard.org/STAR/5
Type: udt:PercentType
Containing Schema: Components.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of TermsDiscountPercentage in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree: