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

Attribute Group: metaDataRefOptionalAttributes

[Table of contents]

NamemetaDataRefOptionalAttributes
Documentation The set of attributes to refer optionaly to the binary attachments of the meta-data. The meta-data are descriptive data associated to actual data (visibilities and auto-correlations). Would actualTimes not be referenced the actual time will be assumed to be the scheduled time (TIME in the MS MAIN table) for all the visibilities and/or auto-correlations. Would actualDurations not be referenced the actual duration will be assumed to be the scheduled exposure (INTERVAL in the MSv2.0 MAIN table) for all the visibilities and/or auto-correlations.
XML Instance Representation
baselineFlags="BaselineFlagsId [0..1]"

actualTimes="ActualTimesId [0..1]"

actualDurations="ActualDurationsId [0..1]"
Diagram
Schema Component Representation
<xs:attributeGroup name="metaDataRefOptionalAttributes">
<xs:attribute name="baselineFlags" type="BaselineFlagsId" use="optional"/>
<xs:attribute name="actualTimes" type="ActualTimesId" use="optional"/>
<xs:attribute name="actualDurations" type="ActualDurationsId" use="optional"/>
</xs:attributeGroup>