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

Complex Type: simple

[Table of contents]

Super-types:None
Sub-types:None
Namesimple
Abstractno
Documentation Intended for use as the type of user-declared elements to make them extended links.
XML Instance Representation
<...

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

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

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

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

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

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

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

<!-- Mixed content -->

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