cac:InventoryReportLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:InventoryReportLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for this inventory report line.
- cbc:Note [0..*] Free-form text conveying information that is not contained explicitly in other structures.
- cbc:Quantity [1..1] The quantity of the item reported that is currently in stock.
- cbc:InventoryValueAmount [0..1] The value of the quantity of the item reported that is currently in stock.
- cbc:AvailabilityDate [0..1] The date from which the goods will be available. If not present, the goods are available now.
- cbc:AvailabilityStatusCode [0..1] A code signifying the item's level of availability.
- cac:Item [1..1] The item associated with this inventory report line.
- cac:InventoryLocation [0..1] The location of the reported quantity of goods.
Attributes
None
Used in
- Type InventoryReportType (Element InventoryReport)
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>