cac:ReceiptLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:ReceiptLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies the Receipt Line.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:Note [0..1] Free-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:ReceivedQuantity [0..1] The quantity received.
- cbc:ShortQuantity [0..1] The quantity received short; the difference between the quantity reported despatched and the quantity actually received.
- cbc:ShortageActionCode [0..1] The action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code.
- cbc:RejectedQuantity [0..1] The quantity rejected.
- cbc:RejectReasonCode [0..1] The reason for rejection, expressed as a code.
- cbc:RejectReason [0..1] The reason for rejection.
- cbc:RejectActionCode [0..1] The action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code.
- cbc:OversupplyQuantity [0..1] The quantity over-supplied, i.e., the quantity over and above that ordered.
- cbc:ReceivedDate [0..1] The date on which the good/services are received.
- cbc:TimingComplaintCode [0..1] A complaint about the timing of delivery, expressed as a code.
- cbc:TimingComplaint [0..1] A complaint about the timing of delivery.
- cac:OrderLineReference [0..1] An association to Order Line Reference.
- cac:DespatchLineReference [0..*] An associative reference to Despatch Line.
- cac:DocumentReference [0..*] An association to Document Reference.
- cac:Item [0..*] An association to Item.
- cac:Shipment [0..*] An association to Shipment.
Attributes
None
Used in
- Type ReceiptAdviceType (Element ReceiptAdvice)
Sample instance
<cac:ReceiptLine> <cbc:ID>1</cbc:ID> <cbc:Note>SAMPLE</cbc:Note> <cbc:ReceivedQuantity unitCode="KG">90</cbc:ReceivedQuantity> <cbc:ShortQuantity unitCode="KG">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>