cac:LineResponse
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:LineResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cac:LineReference [1..1] An association to Line Reference.
- cac:Response [1..*] An association to Response.
Attributes
None
Used in
- Type cac:DocumentResponseType (Element cac:DocumentResponse)
Sample instance
<cac:LineResponse> <cac:LineReference> <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>... </cac:Attachment> </cac:DocumentReference> </cac:LineReference> <cac:Response> <cbc:ReferenceID>normalizedString</cbc:ReferenceID> <cbc:ResponseCode>normalizedString</cbc:ResponseCode> <cbc:Description>string</cbc:Description> </cac:Response> </cac:LineResponse>