Definition Type: Element
Name: TermsDiscountPercentage
Namespace: http://www.starstandard.org/STAR/5
Type: udt:PercentType
Containing Schema: Fields.xsd
Abstract
Documentation:
The amount of discount to the total amount of the order multipled by the MinimumPaymentPercent. This could be 0. An example of a percentage value show 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 fields_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="TermsDiscountPercentage" type="udt:PercentType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The amount of discount to
                the total amount of the order multipled by the MinimumPaymentPercent. This could be
                0. An example of a percentage value show in decimal form would be 56.5%, which would
                be 0.565 in decimal form.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: