2.3.1.3.2 SignatureValueType

Target namespace: http://www.w3.org/2000/09/xmldsig#

Referenced by: SignatureType, SignatureValue

The SignatureValueType complex type specifies the encoded value of the signature. The content of the SignatureValueType is defined in section 4.2 of [XMLDSig]. All attributes of SignatureValueType are optional and are ignored.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <complexType name="SignatureValueType" xmlns="http://www.w3.org/2001/XMLSchema">
   <simpleContent>
     <extension base="base64Binary"/>
   </simpleContent>
 </complexType>