Definition Type: Element
Name: OrderStatusResponseTotals
Namespace: http://www.api.org/pidXML
Containing Schema: OrderStatusResponse.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GrossTotalAmount in schema pidxlib_xsd Drilldown into TotalLineItems in schema pidxlib_xsdXSD Diagram of OrderStatusResponseTotals in schema orderstatusresponse_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="OrderStatusResponseTotals">
    <complexType>
        <sequence>
            <element ref="pidx:TotalLineItems" minOccurs="0" />
            <element ref="pidx:GrossTotalAmount" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalLineItems pidx:TotalLineItems 0 (1)
GrossTotalAmount pidx:GrossTotalAmount 0 (1)