Schema Central Home  |  XML Signature Overview  |   Search XML Signature:
   Advanced Search
XML Signature

ds:Signature

Element Information

Namespace: http://www.w3.org/2000/09/xmldsig#

Schema Document: xmldsig-core-schema.xsd

Properties: Global, Qualified

Type: ds:SignatureType

Content

Attributes

NameOccTypeDescriptionNotes
Id [0..1]xsd:ID

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>
         <ds:Transforms>
            <ds:Transform Algorithm="http://www.example.com/">Any text, intermingled with:...
            </ds:Transform>
         </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>
Need XML Help?
D A T Y P I C
Training | Consulting | Development

 

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications