Schema Central  >  UBL 2.3  >  UBL-xmldsig-core-schema-2.3.xsd  >  ds:SignedInfo
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
Id [0..1]xsd:ID

Used in

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>