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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:StockAvailabilityReportLine

Element information

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

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

Type: cac:StockAvailabilityReportLineType

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 stock availability 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 currently in stock.
    5. cbc:ValueAmount [0..1]The monetary value of the quantity of the item currently in stock.
    6. 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
    7. cbc:AvailabilityStatusCode [0..1]A code signifying the level of availability of the item.
    8. cac:Item [1..1]The item associated with this stock availability report line.

Attributes

None

Used in

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>