ds:TransformType

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.w3.org/2000/09/xmldsig#' | ds:XPath
Children: ds:XPath

Attributes

QName Type Fixed Default Use Inheritable Annotation
Algorithm anyURI required

Used By

Element ds:Transform

Source

<complexType name="TransformType" mixed="true">
  <choice minOccurs="0" maxOccurs="unbounded">
    <any namespace="##other" processContents="lax"/>
    <!-- (1,1) elements from (0,unbounded) namespaces -->
    <element name="XPath" type="string"/>
  </choice>
  <attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>