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

Complex Type: extended

[Table of contents]

Super-types:None
Sub-types:None
Nameextended
Abstractno
Documentation Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.
XML Instance Representation
<...

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

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

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

Start Choice [0..*]

<xlink:title> ... </xlink:title> [1]
<xlink:resource> ... </xlink:resource> [1]
<xlink:locator> ... </xlink:locator> [1]
<xlink:arc> ... </xlink:arc> [1]
End Choice

</...>
Diagram
Schema Component Representation
<xs:complexType name="extended">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xlink:title"/>
<xs:element ref="xlink:resource"/>
<xs:element ref="xlink:locator"/>
<xs:element ref="xlink:arc"/>
</xs:choice>
<xs:attribute ref="xlink:type" fixed="extended"/>
<xs:attribute ref="xlink:role"/>
<xs:attribute ref="xlink:title"/>
</xs:complexType>