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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:InventoryReportLine

Element information

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

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

Type: cac:InventoryReportLineType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [1..1]An identifier for this inventory report line.
    3. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    4. cbc:Quantity [1..1]The quantity of the item reported that is currently in stock.
    5. cbc:InventoryValueAmount [0..1]The value of the quantity of the item reported that is currently in stock.
    6. cbc:AvailabilityDate [0..1]The date from which the goods will be available. If not present, the goods are available now.
    7. cbc:AvailabilityStatusCode [0..1]A code signifying the item's level of availability.
    8. cac:Item [1..1]The item associated with this inventory report line.
    9. cac:InventoryLocation [0..1]The location of the reported quantity of goods.

Attributes

None

Used in

Sample instance

<cac:InventoryReportLine>
   <cbc:ID>1</cbc:ID>
   <cbc:Quantity unitCode="NAR">10</cbc:Quantity>
   <cbc:InventoryValueAmount currencyID="EUR">200</cbc:InventoryValueAmount>
   <cac:Item>
      <cbc:Description>shirt</cbc:Description>
      <cac:BuyersItemIdentification>
         <cbc:ID>SH009</cbc:ID>
      </cac:BuyersItemIdentification>
      <cac:SellersItemIdentification>
         <cbc:ID>DD88</cbc:ID>
      </cac:SellersItemIdentification>
   </cac:Item>
</cac:InventoryReportLine>