Schema Central > UBL 2.1 > UBL-CommonAggregateComponents-2.1.xsd > cac:OrderLine
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:OrderLine

Element information

Content

Attributes

None

Used in

Sample instance

<cac:OrderLine>
   <cbc:Note>Freetext note on line 1</cbc:Note>
   <cac:LineItem>
      <cbc:ID>1</cbc:ID>
      <cbc:Quantity                    unitCode="LTR">120</cbc:Quantity>
      <cbc:LineExtensionAmount                               currencyID="SEK">6000</cbc:LineExtensionAmount>
      <cbc:TotalTaxAmount                          currencyID="SEK">10</cbc:TotalTaxAmount>
      <cbc:PartialDeliveryIndicator>false</cbc:PartialDeliveryIndicator>
      <cbc:AccountingCostCode>ProjectID123</cbc:AccountingCostCode>
      <cac:Delivery>
         <cac:RequestedDeliveryPeriod>
            <cbc:StartDate>2010-02-10</cbc:StartDate>
            <cbc:EndDate>2010-02-25</cbc:EndDate>
         </cac:RequestedDeliveryPeriod>
      </cac:Delivery>
      <cac:OriginatorParty>
         <cac:PartyIdentification>
            <cbc:ID                    schemeAgencyID="ZZZ"
                    schemeID="ZZZ">EmployeeXXX</cbc:ID>
         </cac:PartyIdentification>
         <cac:PartyName>
            <cbc:Name>Josef K.</cbc:Name>
         </cac:PartyName>
      </cac:OriginatorParty>
      <cac:Price>
         <cbc:PriceAmount                          currencyID="SEK">50</cbc:PriceAmount>
         <cbc:BaseQuantity                           unitCode="LTR">1</cbc:BaseQuantity>
      </cac:Price>
      <cac:Item>
         <cbc:Description>Red paint</cbc:Description>
         <cbc:Name>Falu Rödfärg</cbc:Name>
         <cac:SellersItemIdentification>
            <cbc:ID>SItemNo001</cbc:ID>
         </cac:SellersItemIdentification>
         <cac:StandardItemIdentification>
            <cbc:ID                    schemeAgencyID="6"
                    schemeID="GTIN">1234567890123</cbc:ID>
         </cac:StandardItemIdentification>
         <cac:AdditionalItemProperty>
            <cbc:Name>Paint type</cbc:Name>
            <cbc:Value>Acrylic</cbc:Value>
         </cac:AdditionalItemProperty>
         <cac:AdditionalItemProperty>
            <cbc:Name>Solvant</cbc:Name>
            <cbc:Value>Water</cbc:Value>
         </cac:AdditionalItemProperty>
      </cac:Item>
   </cac:LineItem>
</cac:OrderLine>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com