sac:SignatureInformation
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2
Schema document: common/UBL-SignatureAggregateComponents-2.1.xsd
Type: sac:SignatureInformationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] This specifies the identifier of the signature distinguishing it from other signatures.
- sbc:ReferencedSignatureID [0..1] This associates this signature with the identifier of a signature business object in the document.
- ds:Signature [0..1] This is a single digital signature as defined by the W3C specification.
Attributes
None
Used in
- Type UBLDocumentSignaturesType (Element UBLDocumentSignatures)
Sample instance
<sac:SignatureInformation> <cbc:ID>normalizedString</cbc:ID> <sbc:ReferencedSignatureID>normalizedString</sbc:ReferencedSignatureID> <ds:Signature> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.example.com/">Any text, intermingled with: <!--any element--> </ds:CanonicalizationMethod> <ds:SignatureMethod Algorithm="http://www.example.com/">Any text, intermingled with:... </ds:SignatureMethod> <ds:Reference URI="http://www.example.com/">... </ds:Reference> </ds:SignedInfo> <ds:SignatureValue>GpM7</ds:SignatureValue> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <ds:Object>Any text, intermingled with: <!--any element--> </ds:Object> </ds:Signature> </sac:SignatureInformation>