ds:SignedInfo
Element information
Namespace: http://www.w3.org/2000/09/xmldsig#
Schema document: common/UBL-xmldsig-core-schema-2.3.xsd
Type: ds:SignedInfoType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ds:CanonicalizationMethod [1..1]
- ds:SignatureMethod [1..1]
- ds:Reference [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Id | [0..1] | xsd:ID |
Used in
- Type ds:SignatureType (Element ds:Signature)
Sample instance
<ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <ds:Reference URI="UBL-Invoice-2.0-Detached.xml"> <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> <ds:DigestValue>qM/+Gsg4/E/0p3fE9LTZA6Xtkds=</ds:DigestValue> </ds:Reference> <ds:Reference URI="#xades-test-s"> <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> <ds:DigestValue>mjiR61tL2dV3HMus3GBG/aEjbt4=</ds:DigestValue> </ds:Reference> </ds:SignedInfo>