Definition Type: Element
Name: ReceiptDetails
Namespace: http://www.api.org/pidXML
Containing Schema: Receipt.xsd
Abstract
Documentation:
Structure containing information on the details of the Receipt.
Collapse XSD Schema Diagram:
Drilldown into ReceiptLineItems in schema pidxlib_xsdXSD Diagram of ReceiptDetails in schema receipt_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ReceiptDetails">
    <annotation>
        <documentation>Structure containing information on the details of the Receipt.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:ReceiptLineItems" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReceiptLineItems pidx:ReceiptLineItems (1) unbounded