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

Complex Type: locatorType

[Table of contents]

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

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

xlink:href="[1]"

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

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

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

<xlink:title> ... </xlink:title> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="locatorType">
<xs:sequence>
<xs:element ref="xlink:title" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="xlink:type" fixed="locator"/>
<xs:attribute ref="xlink:href" use="required"/>
<xs:attribute ref="xlink:role"/>
<xs:attribute ref="xlink:title"/>
<xs:attribute ref="xlink:label"/>
</xs:complexType>