2.3.1.3.8 TransformType

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

Referenced by: TransformsType, Transform

The TransformType complex type specifies the information to describe how the signer obtained the data object that was digested. The content of the TransformType is defined in section 4.3.3.4 of [XMLDSig].

Attributes:

Algorithm : An anyURI ([W3C-XSD] section 3.2.17) attribute that specifies a transform algorithm.

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

 <complexType name="TransformType" mixed="true" xmlns="http://www.w3.org/2001/XMLSchema">
   <attribute name="Algorithm" type="anyURI" use="required"/>
 </complexType>