Definition Type: ComplexType
Name: OrderPaymentTermsType
Namespace: http://www.starstandard.org/STAR/5
Type: star:PaymentTermsBaseType
Containing Schema: Components.xsd
Abstract
Documentation:
Deprecated: Use PaymentTerms
Collapse XSD Schema Diagram:
Drilldown into TermsOptionGroup in schema components_xsd Drilldown into OrderCreditCard in schema components_xsd Drilldown into PaymentMethodCode in schema components_xsd Drilldown into PayTermsString in schema components_xsd Drilldown into FlexTermsString in schema components_xsd Drilldown into NumberOfDaysNumeric in schema components_xsd Drilldown into PaymentTermsDate in schema components_xsd Drilldown into DueDate in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into PaymentTermsBaseType in schema components_xsdXSD Diagram of OrderPaymentTermsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OrderPaymentTermsType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use PaymentTerms</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentTermsBaseType">
            <xsd:sequence>
                <xsd:element minOccurs="0" name="FlexTermsString" type="qdt:StringType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Indicates if the dealer wishes to apply a discount
                                    to the order, or if the dealer wishes to increase their return
                                    allowance.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="PayTermsString" type="qdt:StringType">
                    <xsd:annotation>
                        <xsd:documentation>
                                When payment is due and/or discounts
                                allowed.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="PaymentMethodCode" type="scl:PaymentMethodEnumeratedType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Indicates the method of payment (e.g. cash, credit,
                                    etc.).
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="OrderCreditCard">
                    <xsd:annotation>
                        <xsd:documentation>
                                The credit card information for the individual
                                    purchasing the item.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="TermsOptionGroup">
                    <xsd:annotation>
                        <xsd:documentation>
                                The TermsOptionGroup component represents a set of
                                    options for the terms of the payment. Each occurence of
                                    TermsOptionGroup is, by definition, a payment option to the
                                    other TermsOptionGroup occurrences. (Boolean OR among
                                    TermsOptionGroup occurences)
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description star:Description 0 unbounded
DueDate star:DueDate 0 (1)
PaymentTermsDate star:PaymentTermsDate 0 (1)
NumberOfDaysNumeric star:NumberOfDaysNumeric 0 (1)
FlexTermsString star:FlexTermsString 0 (1)
PayTermsString star:PayTermsString 0 (1)
PaymentMethodCode star:PaymentMethodCode 0 (1)
OrderCreditCard star:OrderCreditCard 0 (1)
TermsOptionGroup star:TermsOptionGroup 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:OrderPaymentTerms