Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Complex Type: resourceType

[Table of contents]

Super-types:None
Sub-types:None
NameresourceType
Abstractno
XML Instance Representation
<...

xlink:type="resource [0..1]"

xlink:role="[0..1]"

xlink:title="[0..1]"

xlink:label="[0..1]">

<!-- Mixed content -->

Allow any elements from any namespace (lax validation). [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="resourceType" mixed="true">
<xs:sequence>
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="xlink:type" fixed="resource"/>
<xs:attribute ref="xlink:role"/>
<xs:attribute ref="xlink:title"/>
<xs:attribute ref="xlink:label"/>
</xs:complexType>