Definition Type: ComplexType
Name: InvoiceLineItemType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_Message_Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CountryOfOriginCode in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PaymentTerms in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PackagingQuantity in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into LineItemTotal in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into LineItemTaxableTotal in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into SpecialInstructions in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into OtherPartner in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into Shipping in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into FreightIncludedFlag in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ShipmentMethodOfPaymentCode in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into DeliveryTerms in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into TaxableFlag in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into Allowances in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PurchaseOrderInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ReferenceInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into Pricing in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ProductQuantity in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ProductIdentification in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ShipDate in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into LineNumber in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of InvoiceLineItemType in schema cidx_ces_v4_0_message_invoice_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceLineItemType">
    <xsd:sequence>
        <xsd:element ref="LineNumber" />
        <xsd:element ref="ShipDate" minOccurs="0" />
        <xsd:element ref="ProductIdentification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ProductQuantity" />
        <xsd:element ref="Pricing" maxOccurs="unbounded" />
        <xsd:choice maxOccurs="unbounded">
            <xsd:element ref="ReferenceInformation" />
            <xsd:element ref="PurchaseOrderInformation" />
        </xsd:choice>
        <xsd:element ref="Allowances" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TaxableFlag" minOccurs="0" />
        <xsd:element ref="DeliveryTerms" minOccurs="0" />
        <xsd:element ref="ShipmentMethodOfPaymentCode" minOccurs="0" />
        <xsd:element ref="FreightIncludedFlag" minOccurs="0" />
        <xsd:element ref="Shipping" minOccurs="0" />
        <xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LineItemTaxableTotal" minOccurs="0" />
        <xsd:element ref="LineItemTotal" minOccurs="0" />
        <xsd:element ref="PackagingQuantity" minOccurs="0" />
        <xsd:element ref="PaymentTerms" minOccurs="0" />
        <xsd:element ref="CountryOfOriginCode" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumber nsA:LineNumber (1) (1)
ShipDate nsA:ShipDate 0 (1)
ProductIdentification nsA:ProductIdentification 0 unbounded
ProductQuantity nsA:ProductQuantity (1) (1)
Pricing nsA:Pricing (1) unbounded
ReferenceInformation nsA:ReferenceInformation (1) (1)
PurchaseOrderInformation nsA:PurchaseOrderInformation (1) (1)
Allowances nsA:Allowances 0 unbounded
TaxableFlag nsA:TaxableFlag 0 (1)
DeliveryTerms nsA:DeliveryTerms 0 (1)
ShipmentMethodOfPaymentCode nsA:ShipmentMethodOfPaymentCode 0 (1)
FreightIncludedFlag nsA:FreightIncludedFlag 0 (1)
Shipping nsA:Shipping 0 (1)
OtherPartner nsA:OtherPartner 0 unbounded
SpecialInstructions nsA:SpecialInstructions 0 unbounded
LineItemTaxableTotal nsA:LineItemTaxableTotal 0 (1)
LineItemTotal nsA:LineItemTotal 0 (1)
PackagingQuantity nsA:PackagingQuantity 0 (1)
PaymentTerms nsA:PaymentTerms 0 (1)
CountryOfOriginCode nsA:CountryOfOriginCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:InvoiceLineItem