Definition Type: Element
Name: Deferred
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure containing the terms for a deferred payment in relation to a transaction.
Collapse XSD Schema Diagram:
Drilldown into Description in schema pidxlib_xsd Drilldown into PercentDeferredPayable in schema pidxlib_xsd Drilldown into DeferredDueDate in schema pidxlib_xsd Drilldown into DeferredAmount in schema pidxlib_xsdXSD Diagram of Deferred in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="Deferred">
    <annotation>
        <documentation>Structure containing the terms for a deferred payment in relation to a transaction.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:DeferredAmount" minOccurs="0" />
            <element ref="pidx:DeferredDueDate" minOccurs="0" />
            <element ref="pidx:PercentDeferredPayable" minOccurs="0" />
            <element ref="pidx:Description" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeferredAmount pidx:DeferredAmount 0 (1)
DeferredDueDate pidx:DeferredDueDate 0 (1)
PercentDeferredPayable pidx:PercentDeferredPayable 0 (1)
Description pidx:Description 0 (1)