Definition Type: ComplexType
Name: TransformType
Namespace: http://www.w3.org/2000/09/xmldsig#
Containing Schema: xmldsig-core-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into XPath Drilldown into AlgorithmXSD Diagram of TransformType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
XPath ds:XPath (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Algorithm ds:Algorithm Required
Collapse Derivation Tree:
Collapse References:
ds:Transform