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

Complex Type: arcType

[Table of contents]

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

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

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

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

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

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

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

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

<xlink:title> ... </xlink:title> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="arcType">
<xs:sequence>
<xs:element ref="xlink:title" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="xlink:type" fixed="arc"/>
<xs:attribute ref="xlink:arcrole"/>
<xs:attribute ref="xlink:title"/>
<xs:attribute ref="xlink:show"/>
<xs:attribute ref="xlink:actuate"/>
<xs:attribute ref="xlink:from"/>
<xs:attribute ref="xlink:to"/>
</xs:complexType>