cac:ReminderDocumentReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:DocumentReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies the document being referred to.
- cbc:CopyIndicator [0..1] Indicates whether the referenced document is a copy (true) or the original (false).
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:IssueDate [0..1] The date, assigned by the sender of the referenced document, on which the referenced document was issued.
- cbc:DocumentTypeCode [0..1] The document type, expressed as a code.
- cbc:DocumentType [0..1] The document type, expressed as text.
- cbc:XPath [0..*] Refers to another part of the same document instance.
- cac:Attachment [0..1] An attached document, externally referred to, referred to in the MIME location, or embedded.
Attributes
None
Used in
- Type cac:BillingReferenceType (Element cac:BillingReference)
Sample instance
<cac:ReminderDocumentReference> <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> <cbc:EmbeddedDocumentBinaryObject mimeCode="application/CSTAdata+xml">GpM7</cbc:EmbeddedDocumentBinaryObject> <cac:ExternalReference> <cbc:URI>normalizedString</cbc:URI> <cbc:DocumentHash>string</cbc:DocumentHash> <cbc:ExpiryDate>2000-01-01</cbc:ExpiryDate> <cbc:ExpiryTime>12:00:00</cbc:ExpiryTime> </cac:ExternalReference> </cac:Attachment> </cac:ReminderDocumentReference>