ds:SignatureMethod
Element information
Namespace: http://www.w3.org/2000/09/xmldsig#
Schema document: common/UBL-xmldsig-core-schema-2.1.xsd
Type: ds:SignatureMethodType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Sequence [1..1]
- ds:HMACOutputLength [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Algorithm | [1..1] | xsd:anyURI |
Used in
- Type ds:SignedInfoType (Element ds:SignedInfo)
Sample instance
<ds:SignatureMethod Algorithm="http://www.example.com/">Any text, intermingled with: <ds:HMACOutputLength>1</ds:HMACOutputLength> <!--any element--> </ds:SignatureMethod>