Schema


Schema xmldsig-core-schema.xsd
Target Namespace http://www.w3.org/2000/09/xmldsig#
Namespace Table http://www.w3.org/2001/XMLSchema
http://www.w3.org/2000/09/xmldsig#

Elements
CanonicalizationMethod
DigestMethod
DigestValue
DSAKeyValue
KeyInfo
KeyName
KeyValue
Manifest
MgmtData
Object
PGPData
Reference
RetrievalMethod
RSAKeyValue
Signature
SignatureMethod
SignatureProperties
SignatureProperty
SignatureValue
SignedInfo
SPKIData
Transform
Transforms
X509Data

Complex Types
CanonicalizationMethodType
DigestMethodType
DSAKeyValueType
KeyInfoType
KeyValueType
ManifestType
ObjectType
PGPDataType
ReferenceType
RetrievalMethodType
RSAKeyValueType
SignatureMethodType
SignaturePropertiesType
SignaturePropertyType
SignatureType
SignatureValueType
SignedInfoType
SPKIDataType
TransformsType
TransformType
X509DataType
X509IssuerSerialType

Simple Types
CryptoBinary
DigestValueType
HMACOutputLengthType

Types


Complex Type CanonicalizationMethodType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram CanonicalizationMethodType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    CanonicalizationMethodType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Source
 <complexType mixed="true" name="CanonicalizationMethodType"> 
     <sequence>  
        <any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="strict"/>  
          
     </sequence> 
     <attribute name="Algorithm" type="anyURI" use="required"/> 
  </complexType>

Complex Type DigestMethodType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram DigestMethodType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    DigestMethodType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Source
 <complexType mixed="true" name="DigestMethodType"> 
     <sequence>  
        <any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>  
     </sequence> 
     <attribute name="Algorithm" type="anyURI" use="required"/> 
  </complexType>

Complex Type DSAKeyValueType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram DSAKeyValueType CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    DSAKeyValueType {http://www.w3.org/2000/09/xmldsig#}
Content Details
P  
Q  
G [0..1]
Y  
J [0..1]
Seed  
PgenCounter  
Source
 <complexType mixed="false" name="DSAKeyValueType"> 
     <sequence>  
        <sequence minOccurs="0">   
           <element name="P" type="ds:CryptoBinary"/>   
           <element name="Q" type="ds:CryptoBinary"/>   
        </sequence>  
        <element minOccurs="0" name="G" type="ds:CryptoBinary"/>  
        <element name="Y" type="ds:CryptoBinary"/>  
        <element minOccurs="0" name="J" type="ds:CryptoBinary"/>  
        <sequence minOccurs="0">   
           <element name="Seed" type="ds:CryptoBinary"/>   
           <element name="PgenCounter" type="ds:CryptoBinary"/>   
        </sequence>  
     </sequence> 
  </complexType>

Complex Type KeyInfoType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram KeyInfoType KeyName KeyValueType KeyValueType KeyValue RetrievalMethodType RetrievalMethodType RetrievalMethod X509DataType X509DataType X509Data PGPDataType PGPDataType PGPData SPKIDataType SPKIDataType SPKIData MgmtData
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    KeyInfoType {http://www.w3.org/2000/09/xmldsig#}
Content Details
KeyName  
KeyValue  
RetrievalMethod  
X509Data  
PGPData  
SPKIData  
MgmtData  
Source
 <complexType mixed="true" name="KeyInfoType"> 
     <choice maxOccurs="unbounded">  
        <element ref="ds:KeyName"/>  
        <element ref="ds:KeyValue"/>  
        <element ref="ds:RetrievalMethod"/>  
        <element ref="ds:X509Data"/>  
        <element ref="ds:PGPData"/>  
        <element ref="ds:SPKIData"/>  
        <element ref="ds:MgmtData"/>  
        <any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>  
          
     </choice> 
     <attribute name="Id" type="ID" use="optional"/> 
  </complexType>

Complex Type KeyValueType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram KeyValueType DSAKeyValueType DSAKeyValueType DSAKeyValue RSAKeyValueType RSAKeyValueType RSAKeyValue
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    KeyValueType {http://www.w3.org/2000/09/xmldsig#}
Content Details
DSAKeyValue  
RSAKeyValue  
Source
 <complexType mixed="true" name="KeyValueType"> 
     <choice>  
        <element ref="ds:DSAKeyValue"/>  
        <element ref="ds:RSAKeyValue"/>  
        <any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>  
     </choice> 
  </complexType>

Complex Type ManifestType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram ManifestType ReferenceType ReferenceType Reference
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    ManifestType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Reference [1..*]
Source
 <complexType mixed="false" name="ManifestType"> 
     <sequence>  
        <element maxOccurs="unbounded" ref="ds:Reference"/>  
     </sequence> 
     <attribute name="Id" type="ID" use="optional"/> 
  </complexType>

Complex Type ObjectType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram ObjectType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    ObjectType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Source
 <complexType mixed="true" name="ObjectType"> 
     <sequence maxOccurs="unbounded" minOccurs="0">  
        <any maxOccurs="1" minOccurs="1" namespace="##any" processContents="lax"/>  
     </sequence> 
     <attribute name="Id" type="ID" use="optional"/> 
     <attribute name="MimeType" type="string" use="optional"/> 
      
     <attribute name="Encoding" type="anyURI" use="optional"/> 
  </complexType>

Complex Type PGPDataType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram PGPDataType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    PGPDataType {http://www.w3.org/2000/09/xmldsig#}
Content Details
PGPKeyID  
PGPKeyPacket [0..1]
PGPKeyPacket  
Source
 <complexType mixed="false" name="PGPDataType"> 
     <choice>  
        <sequence>   
           <element name="PGPKeyID" type="base64Binary"/>   
           <element minOccurs="0" name="PGPKeyPacket" type="base64Binary"/>   
           <any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>   
        </sequence>  
        <sequence>   
           <element name="PGPKeyPacket" type="base64Binary"/>   
           <any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>   
        </sequence>  
     </choice> 
  </complexType>

Complex Type ReferenceType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram ReferenceType TransformsType TransformsType Transforms DigestMethodType DigestMethodType DigestMethod DigestValueType DigestValueType DigestValue
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    ReferenceType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Transforms [0..1]
DigestMethod  
DigestValue  
Source
 <complexType mixed="false" name="ReferenceType"> 
     <sequence>  
        <element minOccurs="0" ref="ds:Transforms"/>  
        <element ref="ds:DigestMethod"/>  
        <element ref="ds:DigestValue"/>  
     </sequence> 
     <attribute name="Id" type="ID" use="optional"/> 
     <attribute name="URI" type="anyURI" use="optional"/> 
     <attribute name="Type" type="anyURI" use="optional"/> 
  </complexType>

Complex Type RetrievalMethodType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram RetrievalMethodType TransformsType TransformsType Transforms
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    RetrievalMethodType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Transforms [0..1]
Source
 <complexType mixed="false" name="RetrievalMethodType"> 
     <sequence>  
        <element minOccurs="0" ref="ds:Transforms"/>  
     </sequence> 
     <attribute name="URI" type="anyURI"/> 
     <attribute name="Type" type="anyURI" use="optional"/> 
  </complexType>

Complex Type RSAKeyValueType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram RSAKeyValueType CryptoBinary CryptoBinary CryptoBinary CryptoBinary
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    RSAKeyValueType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Modulus  
Exponent  
Source
 <complexType mixed="false" name="RSAKeyValueType"> 
     <sequence>  
        <element name="Modulus" type="ds:CryptoBinary"/>  
        <element name="Exponent" type="ds:CryptoBinary"/>  
     </sequence> 
  </complexType>

Complex Type SignatureMethodType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignatureMethodType HMACOutputLengthType HMACOutputLengthType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    SignatureMethodType {http://www.w3.org/2000/09/xmldsig#}
Content Details
HMACOutputLength [0..1]
Source
 <complexType mixed="true" name="SignatureMethodType"> 
     <sequence>  
        <element minOccurs="0" name="HMACOutputLength" type="ds:HMACOutputLengthType"/>  
        <any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/>  
          
     </sequence> 
     <attribute name="Algorithm" type="anyURI" use="required"/> 
  </complexType>

Complex Type SignaturePropertiesType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignaturePropertiesType SignaturePropertyType SignaturePropertyType SignatureProperty
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    SignaturePropertiesType {http://www.w3.org/2000/09/xmldsig#}
Content Details
SignatureProperty [1..*]
Source
 <complexType mixed="false" name="SignaturePropertiesType"> 
     <sequence>  
        <element maxOccurs="unbounded" ref="ds:SignatureProperty"/>  
     </sequence> 
     <attribute name="Id" type="ID" use="optional"/> 
  </complexType>

Complex Type SignaturePropertyType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignaturePropertyType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    SignaturePropertyType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Source
 <complexType mixed="true" name="SignaturePropertyType"> 
     <choice maxOccurs="unbounded">  
        <any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>  
          
     </choice> 
     <attribute name="Target" type="anyURI" use="required"/> 
     <attribute name="Id" type="ID" use="optional"/> 
  </complexType>

Complex Type SignatureType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignatureType SignedInfoType SignedInfoType SignedInfo SignatureValueType SignatureValueType SignatureValue KeyInfoType KeyInfoType KeyInfo ObjectType ObjectType Object
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    SignatureType {http://www.w3.org/2000/09/xmldsig#}
Content Details
SignedInfo  
SignatureValue  
KeyInfo [0..1]
Object [0..*]
Source
 <complexType mixed="false" name="SignatureType"> 
     <sequence>  
        <element ref="ds:SignedInfo"/>  
        <element ref="ds:SignatureValue"/>  
        <element minOccurs="0" ref="ds:KeyInfo"/>  
        <element maxOccurs="unbounded" minOccurs="0" ref="ds:Object"/>  
     </sequence> 
     <attribute name="Id" type="ID" use="optional"/> 
  </complexType>

Complex Type SignatureValueType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignatureValueType
Inheritance Hierarchy
base64Binary {http://www.w3.org/2001/XMLSchema}
    SignatureValueType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Source
 <complexType mixed="false" name="SignatureValueType"> 
     <simpleContent>  
        <extension base="base64Binary">   
           <attribute name="Id" type="ID" use="optional"/>   
        </extension>  
     </simpleContent> 
  </complexType>

Complex Type SignedInfoType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignedInfoType CanonicalizationMethodType CanonicalizationMethodType CanonicalizationMethod SignatureMethodType SignatureMethodType SignatureMethod ReferenceType ReferenceType Reference
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    SignedInfoType {http://www.w3.org/2000/09/xmldsig#}
Content Details
CanonicalizationMethod  
SignatureMethod  
Reference [1..*]
Source
 <complexType mixed="false" name="SignedInfoType"> 
     <sequence>  
        <element ref="ds:CanonicalizationMethod"/>  
        <element ref="ds:SignatureMethod"/>  
        <element maxOccurs="unbounded" ref="ds:Reference"/>  
     </sequence> 
     <attribute name="Id" type="ID" use="optional"/> 
  </complexType>

Complex Type SPKIDataType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SPKIDataType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    SPKIDataType {http://www.w3.org/2000/09/xmldsig#}
Content Details
SPKISexp  
Source
 <complexType mixed="false" name="SPKIDataType"> 
     <sequence maxOccurs="unbounded">  
        <element name="SPKISexp" type="base64Binary"/>  
        <any maxOccurs="1" minOccurs="0" namespace="##other" processContents="lax"/>  
     </sequence> 
  </complexType>

Complex Type TransformsType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram TransformsType TransformType TransformType Transform
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    TransformsType {http://www.w3.org/2000/09/xmldsig#}
Content Details
Transform [1..*]
Source
 <complexType mixed="false" name="TransformsType"> 
     <sequence>  
        <element maxOccurs="unbounded" ref="ds:Transform"/>  
     </sequence> 
  </complexType>

Complex Type TransformType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram TransformType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    TransformType {http://www.w3.org/2000/09/xmldsig#}
Content Details
XPath  
Source
 <complexType mixed="true" name="TransformType"> 
     <choice maxOccurs="unbounded" minOccurs="0">  
        <any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>  
          
        <element name="XPath" type="string"/>  
     </choice> 
     <attribute name="Algorithm" type="anyURI" use="required"/> 
  </complexType>

Complex Type X509DataType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram X509DataType X509IssuerSerialType X509IssuerSerialType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    X509DataType {http://www.w3.org/2000/09/xmldsig#}
Content Details
X509IssuerSerial  
X509SKI  
X509SubjectName  
X509Certificate  
X509CRL  
Source
 <complexType mixed="false" name="X509DataType"> 
     <sequence maxOccurs="unbounded">  
        <choice>   
           <element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>   
           <element name="X509SKI" type="base64Binary"/>   
           <element name="X509SubjectName" type="string"/>   
           <element name="X509Certificate" type="base64Binary"/>   
           <element name="X509CRL" type="base64Binary"/>   
           <any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>   
        </choice>  
     </sequence> 
  </complexType>

Complex Type X509IssuerSerialType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram X509IssuerSerialType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    X509IssuerSerialType {http://www.w3.org/2000/09/xmldsig#}
Content Details
X509IssuerName  
X509SerialNumber  
Source
 <complexType mixed="false" name="X509IssuerSerialType"> 
     <sequence>  
        <element name="X509IssuerName" type="string"/>  
        <element name="X509SerialNumber" type="integer"/>  
     </sequence> 
  </complexType>

Simple Type CryptoBinary
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram CryptoBinary
Inheritance Hierarchy
base64Binary {http://www.w3.org/2001/XMLSchema}
    CryptoBinary {http://www.w3.org/2000/09/xmldsig#}
Allowable Values
Source
 <simpleType name="CryptoBinary"> 
     <restriction base="base64Binary"/> 
  </simpleType>

Simple Type DigestValueType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram DigestValueType
Inheritance Hierarchy
base64Binary {http://www.w3.org/2001/XMLSchema}
    DigestValueType {http://www.w3.org/2000/09/xmldsig#}
Allowable Values
Source
 <simpleType name="DigestValueType"> 
     <restriction base="base64Binary"/> 
  </simpleType>

Simple Type HMACOutputLengthType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram HMACOutputLengthType
Inheritance Hierarchy
integer {http://www.w3.org/2001/XMLSchema}
    HMACOutputLengthType {http://www.w3.org/2000/09/xmldsig#}
Allowable Values
Source
 <simpleType name="HMACOutputLengthType"> 
     <restriction base="integer"/> 
  </simpleType>

Elements


Element CanonicalizationMethod
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram CanonicalizationMethodType CanonicalizationMethod
Type CanonicalizationMethodType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>

Element DigestMethod
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram DigestMethodType DigestMethod
Type DigestMethodType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="DigestMethod" type="ds:DigestMethodType"/>

Element DigestValue
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram DigestValue
Type DigestValueType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="DigestValue" type="ds:DigestValueType"/>

Element DSAKeyValue
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram DSAKeyValueType CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary CryptoBinary DSAKeyValue
Type DSAKeyValueType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="DSAKeyValue" type="ds:DSAKeyValueType"/>

Element KeyInfo
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram KeyInfoType KeyName KeyValueType KeyValueType KeyValue RetrievalMethodType RetrievalMethodType RetrievalMethod X509DataType X509DataType X509Data PGPDataType PGPDataType PGPData SPKIDataType SPKIDataType SPKIData MgmtData KeyInfo
Type KeyInfoType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="KeyInfo" type="ds:KeyInfoType"/>

Element KeyName
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram KeyName
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <element name="KeyName" type="string"/>

Element KeyValue
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram KeyValueType DSAKeyValueType DSAKeyValueType DSAKeyValue RSAKeyValueType RSAKeyValueType RSAKeyValue KeyValue
Type KeyValueType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="KeyValue" type="ds:KeyValueType"/>

Element Manifest
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram ManifestType ReferenceType ReferenceType Reference Manifest
Type ManifestType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="Manifest" type="ds:ManifestType"/>

Element MgmtData
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram MgmtData
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <element name="MgmtData" type="string"/>

Element Object
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram ObjectType Object
Type ObjectType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="Object" type="ds:ObjectType"/>

Element PGPData
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram PGPDataType PGPData
Type PGPDataType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="PGPData" type="ds:PGPDataType"/>

Element Reference
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram ReferenceType TransformsType TransformsType Transforms DigestMethodType DigestMethodType DigestMethod DigestValueType DigestValueType DigestValue Reference
Type ReferenceType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="Reference" type="ds:ReferenceType"/>

Element RetrievalMethod
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram RetrievalMethodType TransformsType TransformsType Transforms RetrievalMethod
Type RetrievalMethodType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="RetrievalMethod" type="ds:RetrievalMethodType"/>

Element RSAKeyValue
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram RSAKeyValueType CryptoBinary CryptoBinary CryptoBinary CryptoBinary RSAKeyValue
Type RSAKeyValueType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="RSAKeyValue" type="ds:RSAKeyValueType"/>

Element Signature
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignatureType SignedInfoType SignedInfoType SignedInfo SignatureValueType SignatureValueType SignatureValue KeyInfoType KeyInfoType KeyInfo ObjectType ObjectType Object Signature
Type SignatureType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="Signature" type="ds:SignatureType"/>

Element SignatureMethod
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignatureMethodType HMACOutputLengthType HMACOutputLengthType SignatureMethod
Type SignatureMethodType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="SignatureMethod" type="ds:SignatureMethodType"/>

Element SignatureProperties
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignaturePropertiesType SignaturePropertyType SignaturePropertyType SignatureProperty SignatureProperties
Type SignaturePropertiesType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="SignatureProperties" type="ds:SignaturePropertiesType"/>

Element SignatureProperty
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignaturePropertyType SignatureProperty
Type SignaturePropertyType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="SignatureProperty" type="ds:SignaturePropertyType"/>

Element SignatureValue
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignatureValueType SignatureValue
Type SignatureValueType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="SignatureValue" type="ds:SignatureValueType"/>

Element SignedInfo
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SignedInfoType CanonicalizationMethodType CanonicalizationMethodType CanonicalizationMethod SignatureMethodType SignatureMethodType SignatureMethod ReferenceType ReferenceType Reference SignedInfo
Type SignedInfoType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="SignedInfo" type="ds:SignedInfoType"/>

Element SPKIData
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram SPKIDataType SPKIData
Type SPKIDataType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="SPKIData" type="ds:SPKIDataType"/>

Element Transform
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram TransformType Transform
Type TransformType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="Transform" type="ds:TransformType"/>

Element Transforms
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram TransformsType TransformType TransformType Transform Transforms
Type TransformsType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="Transforms" type="ds:TransformsType"/>

Element X509Data
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram X509DataType X509IssuerSerialType X509IssuerSerialType X509Data
Type X509DataType {http://www.w3.org/2000/09/xmldsig#}
Source
 <element name="X509Data" type="ds:X509DataType"/>

Groups


Attributes


Attribute Groups