cac:Response
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:ResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ReferenceID [1..1] Identifies the section (or line) of the document to which the response applies.
- cbc:ResponseCode [0..1] A code for the description of the response to the transaction document.
- cbc:Description [0..*] The description of the response to the transaction document.
Attributes
None
Used in
- Type cac:DocumentResponseType (Element cac:DocumentResponse)
- Type cac:LineResponseType (Element cac:LineResponse)
Sample instance
<cac:Response> <cbc:ReferenceID>normalizedString</cbc:ReferenceID> <cbc:ResponseCode>normalizedString</cbc:ResponseCode> <cbc:Description>string</cbc:Description> </cac:Response>