cac:ReceiptLineReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:LineReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:LineID [1..1] Identifies the Line on the referenced document.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:LineStatusCode [0..1] Identifies the status of the referenced Line with respect to its original state.
- cac:DocumentReference [0..1] An association to Document Reference.
Attributes
None
Used in
- Type cac:CreditNoteLineType (Element cac:CreditNoteLine)
- Type cac:DebitNoteLineType (Element cac:DebitNoteLine)
- Type cac:InvoiceLineType (Element cac:InvoiceLine)
Sample instance
<cac:ReceiptLineReference> <cbc:LineID>normalizedString</cbc:LineID> <cbc:UUID>normalizedString</cbc:UUID> <cbc:LineStatusCode>normalizedString</cbc:LineStatusCode> <cac:DocumentReference> <cbc:ID>normalizedString</cbc:ID> <cbc:CopyIndicator>true</cbc:CopyIndicator> <cbc:UUID>normalizedString</cbc:UUID> <cbc:IssueDate>2000-01-01</cbc:IssueDate> <cbc:DocumentTypeCode>normalizedString</cbc:DocumentTypeCode> <cbc:DocumentType>string</cbc:DocumentType> <cbc:XPath>string</cbc:XPath> <cac:Attachment> <cbc:EmbeddedDocumentBinaryObject mimeCode="application/CSTAdata+xml">GpM7</cbc:EmbeddedDocumentBinaryObject> <cac:ExternalReference>... </cac:ExternalReference> </cac:Attachment> </cac:DocumentReference> </cac:ReceiptLineReference>