xades:CounterSignature
Element information
Namespace: http://uri.etsi.org/01903/v1.3.2#
Schema document: common/UBL-XAdES01903v132-201601-2.2.xsd
Type: xades:CounterSignatureType
Properties: Global, Qualified
Content
- ds:Signature [1..1]
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| Id | [0..1] | xsd:ID |
Used in
Sample instance
(Auto-generated)
<xades:CounterSignature>
<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>
</xades:CounterSignature>


