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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:ReceiptLine

Element information

Content

Attributes

None

Used in

Sample instance

<cac:ReceiptLine>
   <cbc:ID>1</cbc:ID>
   <cbc:Note>SAMPLE</cbc:Note>
   <cbc:ReceivedQuantity unitCode="KGM">90</cbc:ReceivedQuantity>
   <cbc:ShortQuantity unitCode="KGM">10</cbc:ShortQuantity>
   <cac:Item>
      <cbc:Description>Acme beeswax</cbc:Description>
      <cbc:Name>beeswax</cbc:Name>
      <cac:BuyersItemIdentification>
         <cbc:ID>6578489</cbc:ID>
      </cac:BuyersItemIdentification>
      <cac:SellersItemIdentification>
         <cbc:ID>17589683</cbc:ID>
      </cac:SellersItemIdentification>
      <cac:ItemInstance>
         <cac:LotIdentification>
            <cbc:LotNumberID>546378239</cbc:LotNumberID>
            <cbc:ExpiryDate>2010-01-01</cbc:ExpiryDate>
         </cac:LotIdentification>
      </cac:ItemInstance>
   </cac:Item>
</cac:ReceiptLine>