XML Schema Documentation

Complex Type: TransformType

[Table of contents]

Super-types: None
Sub-types: None
Name TransformType
Abstract no
XML Instance Representation
<...
Algorithm="anyURI [1]">
<!-- Mixed content -->
Start Choice [0..*]
Allow any elements from a namespace other than this schema's namespace (lax validation). [1]
<ds:XPath> string </ds:XPath> [1]
End Choice
</...>
Diagram
Schema Component Representation
<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>