SignedInfo
/FundsXML4/Signature/SignedInfo
Diagram
Properties
- Type
- ds:SignedInfoType
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 2
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ds:CanonicalizationMethodType | |||
| ds:SignatureMethodType | |||
| ds:ReferenceType | |||
| ID |
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="SignedInfo"
type="ds:SignedInfoType"/>
Referenced Type Definition
(SignedInfoType)
Referenced Type Definition (SignedInfoType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
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>