Signature
/FundsXML4/Signature
Diagram
Properties
- Type
- ds:SignatureType
- 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
- 1
- Sample Data
Child Elements & Attributes
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="Signature"
type="ds:SignatureType"/>
Referenced Type Definition
(SignatureType)
Referenced Type Definition (SignatureType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
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>