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

Element: actualDurations

[Table of contents]

NameactualDurations
TypeLocally-defined complex type
Nillableno
Abstractno
DocumentationProperties of the attachment for the actual duration of observation for the data. This array contains the integration duration in units of nanoseconds taking into account any antenna-based blanking. The resulting value is the intersection of the 2 antennas of a baseline taking into account any gaps due to blanking in either antenna. actualDurations is in the category of the meta-data.
Logical Diagram
XML Instance Representation
<actualDurations

size="positiveSize [1] ?"

axes="AxisNames [1]"/>
Diagram
Schema Component Representation
<xs:element name="actualDurations">
<xs:complexType>
<xs:attribute name="size" type="positiveSize" use="required"/>
<xs:attribute name="type" type="Interval" use="prohibited"/>
<xs:attribute name="axes" type="AxisNames" use="required"/>
</xs:complexType>
</xs:element>