XML Schema Documentation

Complex Type: SignedInfoType

[Table of contents]

Super-types: None
Sub-types: None
Name SignedInfoType
Abstract no
XML Instance Representation
<...
Id="ID [0..1]">
<ds:CanonicalizationMethod> ... </ds:CanonicalizationMethod> [1]
<ds:SignatureMethod> ... </ds:SignatureMethod> [1]
<ds:Reference> ... </ds:Reference> [1..*]
</...>
Diagram
element_CanonicalizationMethod element_SignatureMethod element_Reference
Schema Component Representation
<complexType name="SignedInfoType">
<sequence>
<element ref=" ds:CanonicalizationMethod "/>
<element ref=" ds:SignatureMethod "/>
<element ref=" ds:Reference " maxOccurs="unbounded"/>
</sequence>
<attribute name="Id" type=" ID " use="optional"/>
</complexType>