ds:Signature
Element information
Namespace: http://www.w3.org/2000/09/xmldsig#
Schema document: common/UBL-xmldsig-core-schema-2.1.xsd
Type: ds:SignatureType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ds:SignedInfo [1..1]
- ds:SignatureValue [1..1]
- ds:KeyInfo [0..1]
- ds:Object [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Id | [0..1] | xsd:ID |
Used in
- Type sac:SignatureInformationType (Element sac:SignatureInformation)
- Type xades:CounterSignatureType (Elements xades:CounterSignature, xades:CounterSignature)
Sample instance
<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:HMACOutputLength>1</ds:HMACOutputLength> <!--any element--> </ds:SignatureMethod> <ds:Reference URI="http://www.example.com/"> <ds:Transforms>... </ds:Transforms> <ds:DigestMethod Algorithm="http://www.example.com/">Any text, intermingled with: <!--any element--> </ds:DigestMethod> <ds:DigestValue>GpM7</ds:DigestValue> </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>