http://www.w3.org/2000/09/xmldsig#
The TransformType Complex Type
Local elements (1)
XPath
Complex Type TransformType
The TransformType type allows mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... Algorithm="anyURI"Click here to hide Comment This attribute is required.>
Element  has both elements and textElement has both elements and text.
-Begin Choice [0...*]
 Allows any elements from other namespaces (lax validation). [1..1] Allows any elements from other namespaces (lax validation). [1..1]
<ds:XPath>string</XPath> [1..1]
End Choice
</...>

 Collapse Attributes

Name Type Summary
Algorithm anyURI
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  mixed="true"  name="TransformType">
-<choice  maxOccurs="unbounded"  minOccurs="0">
<any  maxOccurs="1"  minOccurs="1"  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 Uses
 Collapse Type (2)
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©