Definition Type: ComplexType
Name: PaymentTermsBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of PaymentTermsBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentTermsBaseType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        A user friendly description of the Term (e.g. 10 Percent
                            discount if payed in 30 days)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DueDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        The absolute due date and time.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PaymentTermsDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        The date and time when the payment terms go into effect.
                            Used in conjunction with NumberOfDays
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NumberOfDaysNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        The number of days from the PaymentTermDateTime by which
                            payment is expected.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</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)
Collapse Derivation Tree:
Collapse References:
star:OrderPaymentTermsType, star:PaymentTermsBasestar:PaymentTermsType,