XML Schema Documentation

Complex Type: SignatureType

[Table of contents]

Super-types: None
Sub-types: None
Name SignatureType
Abstract no
XML Instance Representation
<...
Id="ID [0..1]">
<ds:SignedInfo> ... </ds:SignedInfo> [1]
<ds:SignatureValue> ... </ds:SignatureValue> [1]
<ds:KeyInfo> ... </ds:KeyInfo> [0..1]
<ds:Object> ... </ds:Object> [0..*]
</...>
Diagram
element_SignedInfo element_SignatureValue element_KeyInfo element_Object
Schema Component Representation
<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>