http://www.w3.org/2000/09/xmldsig#
- Local elements (1)
-
XPath
Complex Type
TransformType
The TransformType type allows mixed content.
There is no restriction on type derivation.
 XML Instance |
<... Algorithm="anyURI" This attribute is required.>  Element has both elements and text. ![Allows any elements from other namespaces (lax validation). [1..1]](../../img/any.gif) Allows any elements from other namespaces (lax validation). [1..1] End Choice </...>
|
Attributes |
|
Name |
Type |
Summary |
Algorithm |
anyURI |
This attribute is required.
Its form is unqualified.
Show details.
|
Base type of Algorithm is anyURI. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
Name |
Type |
Summary |
No Attributes |
|
XML |
-<complexType mixed="true" name="TransformType">
-<choice maxOccurs="unbounded" minOccurs="0">
<any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax" />
<element name="XPath" type="string" />
</choice>
<attribute name="Algorithm" type="anyURI" use="required" />
</complexType>
|
Uses |
Type (2)
|
Used-By |
Element (1)
|