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

Element: actualTimes

[Table of contents]

NameactualTimes
TypeLocally-defined complex type
Nillableno
Abstractno
DocumentationProperties of the attachment for the time stamps, the actual time centroids in units of ArrayTime. The resulting value is the intersection of the 2 antennas of a baseline taking into account any gaps due to blanking in either antenna. actualTimes is in the category of the meta-data.
Logical Diagram
XML Instance Representation
<actualTimes

size="positiveSize [1]"

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