cac:DigitalSignatureAttachment
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:AttachmentType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:EmbeddedDocumentBinaryObject [0..1] A binary large object containing an attached document.
- cac:ExternalReference [0..1] A reference to an attached document that is external to the document(s) being exchanged.
Attributes
None
Used in
- Type cac:SignatureType (Element cac:Signature)
Sample instance
<cac:DigitalSignatureAttachment> <cbc:EmbeddedDocumentBinaryObject mimeCode="normalizedString">GpM7</cbc:EmbeddedDocumentBinaryObject> <cac:ExternalReference> <cbc:URI>normalizedString</cbc:URI> <cbc:DocumentHash>string</cbc:DocumentHash> <cbc:HashAlgorithmMethod>string</cbc:HashAlgorithmMethod> <cbc:ExpiryDate>2000-01-01</cbc:ExpiryDate> <cbc:ExpiryTime>12:00:00</cbc:ExpiryTime> <cbc:MimeCode>normalizedString</cbc:MimeCode> <cbc:FormatCode>normalizedString</cbc:FormatCode> <cbc:EncodingCode>normalizedString</cbc:EncodingCode> <cbc:CharacterSetCode>normalizedString</cbc:CharacterSetCode> <cbc:FileName>string</cbc:FileName> <cbc:Description>string</cbc:Description> </cac:ExternalReference> </cac:DigitalSignatureAttachment>