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

Element: interval

[Table of contents]

Nameinterval
TypeLocally-defined complex type
Nillableno
Abstractno
DocumentationThis is the duration scheduled to observe the actual data in a binary block. This may corresponds e.g. to the duration for a (sub)integration or the duration of a subscan, this depending on the location of the TIM axis in the organization of the data.
Logical Diagram
XML Instance Representation
<interval

type="Interval [0..1]">

xs:unsignedLong

</interval>
Diagram
Schema Component Representation
<xs:element name="interval">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:unsignedLong">
<xs:attribute name="type" type="Interval"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>