XML Schema Documentation

Complex Type: CanonicalizationMethodType

[Table of contents]

Super-types: None
Sub-types: None
Name CanonicalizationMethodType
Abstract no
XML Instance Representation
<...
Algorithm="anyURI [1]">
<!-- Mixed content -->
Allow any elements from any namespace (strict validation). [0..*]
</...>
Diagram
Schema Component Representation
<complexType name="CanonicalizationMethodType" mixed="true">
<sequence>
<any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
<-- (0,unbounded) elements from (1,1) namespace -->
</sequence>
<attribute name="Algorithm" type=" anyURI " use="required"/>
</complexType>