Definition Type: ComplexType
Name: SignatureMethodType
Namespace: http://www.w3.org/2000/09/xmldsig#
Containing Schema: xmldsig-core-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into HMACOutputLength Drilldown into AlgorithmXSD Diagram of SignatureMethodType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HMACOutputLength ds:HMACOutputLength 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Algorithm ds:Algorithm Required
Collapse Derivation Tree:
Collapse References:
ds:SignatureMethod