Definition Type: ComplexType
Name: SignatureType
Namespace: http://www.w3.org/2000/09/xmldsig#
Containing Schema: xmldsig-core-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Object Drilldown into KeyInfo Drilldown into SignatureValue Drilldown into SignedInfo Drilldown into IdXSD Diagram of SignatureType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="SignatureType">
    <sequence>
        <element ref="ds:SignedInfo" />
        <element ref="ds:SignatureValue" />
        <element ref="ds:KeyInfo" minOccurs="0" />
        <element ref="ds:Object" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
    <attribute name="Id" type="ID" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SignedInfo ds:SignedInfo (1) (1)
SignatureValue ds:SignatureValue (1) (1)
KeyInfo ds:KeyInfo 0 (1)
Object ds:Object 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Id ds:Id Optional
Collapse Derivation Tree:
Collapse References:
pwg:Signature, ds:Signature