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

Complex Type: ExecBlockLink

[Table of contents]

Super-types:xlink:simple < ExecBlockLink (by restriction)
Sub-types:None
NameExecBlockLink
Abstractno
Documentation An ExecBlockLink type is an Xlink simple type for an outbound link to an ExecBlock dataset. The role of an ExecBlock is fixed through its definition. The arcrole is fixed through the explicit role of an ExecBlock for metadata, auxiliary data and observational strategies with regard to the data in this data object.
XML Instance Representation
<...

xlink:href="[0..1]"/>
Diagram
Schema Component Representation
<xs:complexType name="ExecBlockLink">
<xs:complexContent mixed="false">
<xs:restriction base="xlink:simple">
<xs:attribute ref="xlink:role" fixed="http://aramis.obspm.fr/~alma/Sdm/ExecBlock" use="prohibited"/>
<xs:attribute ref="xlink:title" fixed="Reference to the parent SDM data set (UID of SDM.xml)" use="prohibited"/>
<xs:attribute ref="xlink:href" use="optional"/>
<xs:attribute ref="xlink:arcrole" fixed="http://aramis.obspm.fr/~alma/Sdm/ExecBlockDataContext" use="prohibited"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>