Transform
/FundsXML4/Signature/SignedInfo/Reference/Transforms/Transform
Diagram
Properties
- Type
- ds:TransformType
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 5
- Sample Data
Child Elements & Attributes
Wildcards
Any Element
Any namespace except target namespace
[1]
- Namespace
- ##other
- Process Contents
- LAX (Validate if schema available, otherwise skip)
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="Transform"
type="ds:TransformType"/>
Referenced Type Definition
(TransformType)
Referenced Type Definition (TransformType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
mixed="true"
name="TransformType">
<choice maxOccurs="unbounded" minOccurs="0">
<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>