XML Schema Documentation

Complex Type: DigestMethodType

[Table of contents]

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