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

Complex Type: titleEltType

[Table of contents]

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

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

xml:lang="[0..1] ?">

<!-- Mixed content -->

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