veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType InvoiceLineType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}InvoiceLineType (restriction)

Documentation
ABIE Invoice Line. Details information directly relating to a line item of a transaction. It identifies the item but only includes details about the item that are pertinent to one occurrence on a line item, e.g. quantity etc. Invoice Line
Properties
This component is not nillable.

Model
<...>
(ID, LineStatusCode?, InvoicedQuantity?, LineExtensionAmount, Note?, OrderLineReference*, DespatchLineReference*, ReceiptLineReference*, Delivery*, PaymentTerms*, AllowanceCharge*, TaxTotal*, Item, BasePrice? )
</...>


Nested Element Summary
 AllowanceCharge
           ASBIE Invoice Line. 
 BasePrice
           ASBIE Invoice Line. 
 Delivery
           ASBIE Invoice Line. 
 DespatchLineReference
           ASBIE Invoice Line. 
udt:IdentifierTypeID
           BBIE Invoice Line. 
 InvoicedQuantity
           BBIE Invoice Line. 
 Item
           ASBIE Invoice Line. 
 LineExtensionAmount
           BBIE Invoice Line. 
lstat:LineStatusCodeTypeLineStatusCode
           BBIE Invoice Line. 
 Note
           BBIE Invoice Line. 
 OrderLineReference
           ASBIE Invoice Line. 
 PaymentTerms
           ASBIE Invoice Line. 
 ReceiptLineReference
           ASBIE Invoice Line. 
 TaxTotal
           ASBIE Invoice Line. 
Source
<xsd:complexType name="InvoiceLineType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="ID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LineStatusCode" type="lstat:LineStatusCodeType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:InvoicedQuantity">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="cbc:LineExtensionAmount">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Note">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="OrderLineReference">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="DespatchLineReference">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ReceiptLineReference">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Delivery">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="PaymentTerms">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="AllowanceCharge">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="TaxTotal">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="Item">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="BasePrice">
</xsd:element>
</xsd:sequence>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.