ds:SignedInfoType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xs:ID optional

Used By

Element ds:SignedInfo

Source

<xs:complexType name="SignedInfoType">
  <xs:sequence>
    <xs:element ref="ds:CanonicalizationMethod"/>
    <xs:element ref="ds:SignatureMethod"/>
    <xs:element minOccurs="0" ref="ds:KeyInfo"/>
    <xs:element maxOccurs="unbounded" ref="ds:Reference"/>
  </xs:sequence>
  <xs:attribute name="Id" type="xs:ID"/>
</xs:complexType>