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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:ReceiptLine

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:ReceiptLineType

Properties: Global, Qualified

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>