veloconnect 1.1

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

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

Documentation
ABIE Line Item. 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. Line Item
Properties
This component is not nillable.

Model
<...>
(BuyersID?, SellersID?, LineStatusCode?, Quantity?, LineExtensionAmount?, TaxTotalAmount?, MinimumQuantity?, MaximumQuantity?, MaximumBackorderQuantity?, MinimumBackorderQuantity?, Note?, Delivery*, DeliveryTerms?, DestinationParty?, OrderedShipment*, AllowanceCharge*, BasePrice?, Item )
</...>


Nested Element Summary
 AllowanceCharge
           ASBIE Line Item. 
 BasePrice
           ASBIE Line Item. 
udt:IdentifierTypeBuyersID
           BBIE Line Item. 
 Delivery
           ASBIE Line Item. 
 DeliveryTerms
           ASBIE Line Item. 
 DestinationParty
           ASBIE Line Item. 
 Item
           ASBIE Line Item. 
 LineExtensionAmount
           BBIE Line Item. 
lstat:LineStatusCodeTypeLineStatusCode
           BBIE Line Item. 
 MaximumBackorderQuantity
           BBIE Line Item. 
 MaximumQuantity
           BBIE Line Item. 
 MinimumBackorderQuantity
           BBIE Line Item. 
 MinimumQuantity
           BBIE Line Item. 
 Note
           BBIE Line Item. 
 OrderedShipment
           ASBIE Line Item. 
 Quantity
           BBIE Line Item. 
udt:IdentifierTypeSellersID
           BBIE Line Item. 
 TaxTotalAmount
           BBIE Line Item. 
Source
<xsd:complexType name="LineItemType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="BuyersID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SellersID" 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:Quantity">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:LineExtensionAmount">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:TaxTotalAmount">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:MinimumQuantity">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:MaximumQuantity">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:MaximumBackorderQuantity">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:MinimumBackorderQuantity">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Note">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Delivery">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="DeliveryTerms">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="DestinationParty">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="OrderedShipment">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="AllowanceCharge">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="BasePrice">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="Item">
</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.