LineResponse
Line-level reply element of the UBL ApplicationResponse / DocumentResponse.
Definition
LineResponse [0..*] sits inside cac:DocumentResponse and pairs a cac:LineReference (identifying the targeted line of the answered document) with one or more cac:Response carrying a cbc:ResponseCode and optional StatusReasonCode. It lets a receiver accept some lines and reject others rather than responding only at document level.
Origin
Defined in the OASIS Universal Business Language (UBL) v2.1 specification (OASIS Standard, 2013), within the ApplicationResponse document and the CommonAggregateComponents schema.
Example in context
<cac:LineResponse><cac:LineReference><cbc:LineID>3</cbc:LineID></cac:LineReference><cac:Response><cbc:ResponseCode>RE</cbc:ResponseCode></cac:Response></cac:LineResponse>
Related terms
- DocumentResponse — the parent aggregate that contains LineResponse.
- UBL ApplicationResponse — the document conveying these responses.