veloconnect 1.1

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

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

Documentation
ABIE Order Line. Details information directly relating to a line item of one an Order transaction. It identifies the line item but only includes details about the alternatives, substitues and replacement line items. Order Line
Properties
This component is not nillable.

Model
<...>
(SubstitutionStatusCode?, Note?, LineItem, SellerProposedSubstituteLineItem*, SellerSubstitutedLineItem*, BuyerProposedSubstituteLineItem* )
</...>


Nested Element Summary
 BuyerProposedSubstituteLineItem
           ASBIE Order Line. 
 LineItem
           ASBIE Order Line. 
 Note
           BBIE Order Line. 
 SellerProposedSubstituteLineItem
           ASBIE Order Line. 
 SellerSubstitutedLineItem
           ASBIE Order Line. 
sst:SubstitutionStatusCodeTypeSubstitutionStatusCode
           BBIE Order Line. 
Source
<xsd:complexType name="OrderLineType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="SubstitutionStatusCode" type="sst:SubstitutionStatusCodeType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Note">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="LineItem">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="SellerProposedSubstituteLineItem">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="SellerSubstitutedLineItem">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="BuyerProposedSubstituteLineItem">
</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.