cac:LineResponse
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:LineResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cac:LineReference [1..1] A reference to the line being responded to.
- cac:Response [1..*] A response to the referenced line.
Attributes
None
Used in
- Type cac:DocumentResponseType (Elements cac:AdditionalDocumentResponse, 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:IssueTime>12:00:00</cbc:IssueTime> <cbc:DocumentTypeCode>normalizedString</cbc:DocumentTypeCode> <cbc:DocumentType>string</cbc:DocumentType> <cbc:XPath>string</cbc:XPath> <cbc:LanguageID>normalizedString</cbc:LanguageID> <cbc:LocaleCode>normalizedString</cbc:LocaleCode> <cbc:VersionID>normalizedString</cbc:VersionID> <cbc:DocumentStatusCode>normalizedString</cbc:DocumentStatusCode> <cbc:DocumentDescription>string</cbc:DocumentDescription> <cac:Attachment>... </cac:Attachment> <cac:ValidityPeriod>... </cac:ValidityPeriod> <cac:IssuerParty>... </cac:IssuerParty> <cac:ResultOfVerification>... </cac:ResultOfVerification> </cac:DocumentReference> </cac:LineReference> <cac:Response> <cbc:ReferenceID>normalizedString</cbc:ReferenceID> <cbc:ResponseCode>normalizedString</cbc:ResponseCode> <cbc:Description>string</cbc:Description> <cbc:EffectiveDate>2000-01-01</cbc:EffectiveDate> <cbc:EffectiveTime>12:00:00</cbc:EffectiveTime> <cac:Status> <cbc:ConditionCode>normalizedString</cbc:ConditionCode> <cbc:ReferenceDate>2000-01-01</cbc:ReferenceDate> <cbc:ReferenceTime>12:00:00</cbc:ReferenceTime> <cbc:Description>string</cbc:Description> <cbc:StatusReasonCode>normalizedString</cbc:StatusReasonCode> <cbc:StatusReason>string</cbc:StatusReason> <cbc:SequenceID>normalizedString</cbc:SequenceID> <cbc:Text>string</cbc:Text> <cbc:IndicationIndicator>true</cbc:IndicationIndicator> <cbc:Percent>1.0</cbc:Percent> <cbc:ReliabilityPercent>1.0</cbc:ReliabilityPercent> <cac:Condition>... </cac:Condition> </cac:Status> </cac:Response> </cac:LineResponse>