cac:ReceiptLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ReceiptLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1]An identifier for this receipt line.
- cbc:UUID [0..1]A universally unique identifier for this receipt line.
- cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
- 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]A code signifying the action that the delivery party wishes the despatch party to take as the result of a shortage.
- cbc:RejectedQuantity [0..1]The quantity rejected.
- cbc:RejectReasonCode [0..1]The reason for a rejection, expressed as a code.
- cbc:RejectReason [0..*]The reason for a rejection, expressed as text.
- cbc:RejectActionCode [0..1]A code signifying the action that the delivery party wishes the despatch party to take as the result of a rejection.
- cbc:QuantityDiscrepancyCode [0..1]A code signifying the type of a discrepancy in quantity.
- cbc:OversupplyQuantity [0..1]The quantity over-supplied, i.e., the quantity over and above the quantity ordered.
- cbc:ReceivedDate [0..1]The date on which the goods or services were 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, expressed as text.
- cac:OrderLineReference [0..1]A reference to the order line associated with this receipt line.
- cac:DespatchLineReference [0..*]A reference to a despatch line associated with this receipt line.
- cac:DocumentReference [0..*]A reference to a document associated with this receipt line.
- cac:Item [0..*]An item associated with this receipt line.
- cac:Shipment [0..*]A shipment associated with this receipt line.
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="KGM">90</cbc:ReceivedQuantity> <cbc:ShortQuantity unitCode="KGM">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>