XML Schema Documentation

Complex Type: SignatureMethodType

[Table of contents]

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