Object
/FundsXML4/Signature/Object
Diagram
Properties
- Type
- ds:ObjectType
- 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
Wildcards
Any Element
Any namespace
[1]
- Namespace
- ##any
- Process Contents
- LAX (Validate if schema available, otherwise skip)
Element Definition
Element Definition
<element xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
name="Object"
type="ds:ObjectType"/>
Referenced Type Definition
(ObjectType)
Referenced Type Definition (ObjectType)
<complexType xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
mixed="true"
name="ObjectType">
<sequence maxOccurs="unbounded" minOccurs="0">
<any namespace="##any" processContents="lax"/>
</sequence>
<attribute name="Id" type="ID" use="optional"/>
<attribute name="MimeType" type="string" use="optional"/>
<attribute name="Encoding" type="anyURI" use="optional"/>
<!-- add a grep facet -->
</complexType>