cac:DigitalSignatureAttachment
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:AttachmentType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:EmbeddedDocumentBinaryObject [0..1] Contains an embedded document as a BLOB (binary large object).
- cac:ExternalReference [0..1] An attached document, externally referred to, referred to in the MIME location, or embedded.
Attributes
None
Used in
- Type cac:SignatureType (Element cac:Signature)
Sample instance
<cac:DigitalSignatureAttachment> <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:DigitalSignatureAttachment>