cac:StockAvailabilityReportLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:StockAvailabilityReportLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for this stock availability 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 currently in stock.
- cbc:ValueAmount [0..1] The monetary value of the quantity of the item currently in stock.
- cbc:AvailabilityDate [0..1] The date from which the item will be available. A date identical to or earlier than the IssueDate of the Stock Availability Report means that the item is available now
- cbc:AvailabilityStatusCode [0..1] A code signifying the level of availability of the item.
- cac:Item [1..1] The item associated with this stock availability report line.
Attributes
None
Used in
- Type StockAvailabilityReportType (Element StockAvailabilityReport)
Sample instance
<cac:StockAvailabilityReportLine> <cbc:ID>1</cbc:ID> <cbc:Quantity unitCode="NAR">50</cbc:Quantity> <cbc:AvailabilityDate>2010-04-20</cbc:AvailabilityDate> <cbc:AvailabilityStatusCode listID="7011" listAgencyName="UN/ECE" listURI="http://www.unece.org/trade/untdid/d09b/tred/tred7011.htm">1</cbc:AvailabilityStatusCode> <cac:Item> <cbc:Description>T-shirt</cbc:Description> <cac:BuyersItemIdentification> <cbc:ID>TT319</cbc:ID> </cac:BuyersItemIdentification> <cac:SellersItemIdentification> <cbc:ID>ZZ738</cbc:ID> </cac:SellersItemIdentification> </cac:Item> </cac:StockAvailabilityReportLine>