Definition Type: Element
Name: PaymentTerms
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure containing information on the terms for monetary settlement for a sale.
Collapse XSD Schema Diagram:
Drilldown into Penalty in schema pidxlib_xsd Drilldown into Deferred in schema pidxlib_xsd Drilldown into Discounts in schema pidxlib_xsd Drilldown into PercentOfInvoicePayable in schema pidxlib_xsd Drilldown into TermsNetDays in schema pidxlib_xsd Drilldown into PaymentTermsBasisDate in schema pidxlib_xsd Drilldown into PaymentTermsBasisDateCode in schema pidxlib_xsd Drilldown into Description in schema pidxlib_xsd Drilldown into PaymentTermsOfSale in schema pidxlib_xsdXSD Diagram of PaymentTerms in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="PaymentTerms">
    <annotation>
        <documentation>Structure containing information on the terms for monetary settlement for a sale.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:PaymentTermsOfSale" minOccurs="0" />
            <element ref="pidx:Description" minOccurs="0" />
            <element ref="pidx:PaymentTermsBasisDateCode" minOccurs="0" />
            <element ref="pidx:PaymentTermsBasisDate" minOccurs="0" />
            <element ref="pidx:TermsNetDays" minOccurs="0" />
            <element ref="pidx:PercentOfInvoicePayable" minOccurs="0" />
            <element ref="pidx:Discounts" minOccurs="0" />
            <element ref="pidx:Deferred" minOccurs="0" />
            <element ref="pidx:Penalty" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentTermsOfSale pidx:PaymentTermsOfSale 0 (1)
Description pidx:Description 0 (1)
PaymentTermsBasisDateCode pidx:PaymentTermsBasisDateCode 0 (1)
PaymentTermsBasisDate pidx:PaymentTermsBasisDate 0 (1)
TermsNetDays pidx:TermsNetDays 0 (1)
PercentOfInvoicePayable pidx:PercentOfInvoicePayable 0 (1)
Discounts pidx:Discounts 0 (1)
Deferred pidx:Deferred 0 (1)
Penalty pidx:Penalty 0 (1)