Definition Type: Element
Name: InvoiceLineItem
Namespace: http://www.api.org/pidXML
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InvoiceSubLineItem in schema invoice_xsd Drilldown into Comment in schema pidxlib_xsd Drilldown into Attachment in schema pidxlib_xsd Drilldown into ReferenceInformation in schema pidxlib_xsd Drilldown into PackagingCharacteristicDescription in schema pidxlib_xsd Drilldown into PackagingCharacteristicCode in schema pidxlib_xsd Drilldown into SpecialInstructions in schema pidxlib_xsd Drilldown into PaymentTerms in schema pidxlib_xsd Drilldown into Intrastat in schema pidxlib_xsd Drilldown into TransportInformation in schema pidxlib_xsd Drilldown into CountryOfFinalDestination in schema pidxlib_xsd Drilldown into CountryOfOrigin in schema pidxlib_xsd Drilldown into ServiceDateTime in schema pidxlib_xsd Drilldown into LineItemTotal in schema pidxlib_xsd Drilldown into ShippingAmount in schema pidxlib_xsd Drilldown into Tax in schema pidxlib_xsd Drilldown into AllowanceOrCharge in schema pidxlib_xsd Drilldown into Pricing in schema pidxlib_xsd Drilldown into PersonnelInformation in schema pidxlib_xsd Drilldown into JobLocationInformation in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into CommodityCode in schema pidxlib_xsd Drilldown into PurchaseOrderInformation in schema pidxlib_xsd Drilldown into FieldTicketInformation in schema pidxlib_xsd Drilldown into FieldTicketLineItemNumber in schema pidxlib_xsd Drilldown into PurchaseOrderLineItemNumber in schema pidxlib_xsd Drilldown into LineItemInformation in schema pidxlib_xsd Drilldown into InvoiceQuantity in schema pidxlib_xsd Drilldown into LineItemNumber in schema pidxlib_xsdXSD Diagram of InvoiceLineItem in schema invoice_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="InvoiceLineItem">
    <complexType>
        <sequence>
            <element ref="pidx:LineItemNumber" />
            <element ref="pidx:InvoiceQuantity" />
            <element ref="pidx:LineItemInformation" />
            <element ref="pidx:PurchaseOrderLineItemNumber" minOccurs="0" />
            <element ref="pidx:FieldTicketLineItemNumber" minOccurs="0" />
            <element ref="pidx:FieldTicketInformation" minOccurs="0" />
            <element ref="pidx:PurchaseOrderInformation" minOccurs="0" />
            <element ref="pidx:CommodityCode" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:PartnerInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:JobLocationInformation" minOccurs="0" />
            <element ref="pidx:PersonnelInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Pricing" minOccurs="0" />
            <element ref="pidx:AllowanceOrCharge" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Tax" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:ShippingAmount" minOccurs="0" />
            <element ref="pidx:LineItemTotal" minOccurs="0" />
            <element ref="pidx:ServiceDateTime" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:CountryOfOrigin" minOccurs="0" />
            <element ref="pidx:CountryOfFinalDestination" minOccurs="0" />
            <element ref="pidx:TransportInformation" minOccurs="0" />
            <element ref="pidx:Intrastat" minOccurs="0" />
            <element ref="pidx:PaymentTerms" minOccurs="0" />
            <element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
            <sequence minOccurs="0" maxOccurs="unbounded">
                <element ref="pidx:PackagingCharacteristicCode" minOccurs="0" />
                <element ref="pidx:PackagingCharacteristicDescription" minOccurs="0" />
            </sequence>
            <element ref="pidx:ReferenceInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Attachment" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Comment" minOccurs="0" />
            <element ref="pidx:InvoiceSubLineItem" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineItemNumber pidx:LineItemNumber (1) (1)
InvoiceQuantity pidx:InvoiceQuantity (1) (1)
LineItemInformation pidx:LineItemInformation (1) (1)
PurchaseOrderLineItemNumber pidx:PurchaseOrderLineItemNumber 0 (1)
FieldTicketLineItemNumber pidx:FieldTicketLineItemNumber 0 (1)
FieldTicketInformation pidx:FieldTicketInformation 0 (1)
PurchaseOrderInformation pidx:PurchaseOrderInformation 0 (1)
CommodityCode pidx:CommodityCode 0 unbounded
PartnerInformation pidx:PartnerInformation 0 unbounded
JobLocationInformation pidx:JobLocationInformation 0 (1)
PersonnelInformation pidx:PersonnelInformation 0 unbounded
Pricing pidx:Pricing 0 (1)
AllowanceOrCharge pidx:AllowanceOrCharge 0 unbounded
Tax pidx:Tax 0 unbounded
ShippingAmount pidx:ShippingAmount 0 (1)
LineItemTotal pidx:LineItemTotal 0 (1)
ServiceDateTime pidx:ServiceDateTime 0 unbounded
CountryOfOrigin pidx:CountryOfOrigin 0 (1)
CountryOfFinalDestination pidx:CountryOfFinalDestination 0 (1)
TransportInformation pidx:TransportInformation 0 (1)
Intrastat pidx:Intrastat 0 (1)
PaymentTerms pidx:PaymentTerms 0 (1)
SpecialInstructions pidx:SpecialInstructions 0 unbounded
PackagingCharacteristicCode pidx:PackagingCharacteristicCode 0 (1)
PackagingCharacteristicDescription pidx:PackagingCharacteristicDescription 0 (1)
ReferenceInformation pidx:ReferenceInformation 0 unbounded
Attachment pidx:Attachment 0 unbounded
Comment pidx:Comment 0 (1)
InvoiceSubLineItem pidx:InvoiceSubLineItem 0 unbounded