cac:DiscrepancyResponse
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ReferenceID [0..1] An identifier for the section (or line) of the document to which this response applies.
- cbc:ResponseCode [0..1] A code signifying the type of response.
- cbc:Description [0..*] Text describing this response.
- cbc:EffectiveDate [0..1] The date upon which this response is valid.
- cbc:EffectiveTime [0..1] The time at which this response is valid.
- cac:Status [0..*] A status report associated with this response.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type DebitNoteType (Element DebitNote)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type cac:CreditNoteLineType (Elements cac:CreditNoteLine, cac:SubCreditNoteLine)
- Type cac:DebitNoteLineType (Elements cac:DebitNoteLine, cac:SubDebitNoteLine)
Sample instance
<cac:DiscrepancyResponse> <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> <cbc:AttributeID>normalizedString</cbc:AttributeID> <cbc:Measure unitCode="normalizedString">1.0</cbc:Measure> <cbc:Description>string</cbc:Description> <cbc:MinimumMeasure unitCode="normalizedString">1.0</cbc:MinimumMeasure> <cbc:MaximumMeasure unitCode="normalizedString">1.0</cbc:MaximumMeasure> </cac:Condition> </cac:Status> </cac:DiscrepancyResponse>