RetrievalMethod
/FundsXML4/Signature/KeyInfo/RetrievalMethod
Diagram
Properties
- Type
- ds:RetrievalMethodType
- 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
- 3
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ds:TransformsType | |||
| anyURI | |||
| anyURI |
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="RetrievalMethod"
type="ds:RetrievalMethodType"/>
Referenced Type Definition
(RetrievalMethodType)
Referenced Type Definition (RetrievalMethodType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="RetrievalMethodType">
<sequence>
<element minOccurs="0" ref="ds:Transforms"/>
</sequence>
<attribute name="URI" type="anyURI"/>
<attribute name="Type" type="anyURI" use="optional"/>
</complexType>