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

Complex Type: BinaryAutoDataChannelAverage

[Table of contents]

Super-types:BinaryData < BinaryAutoDataAbstract (by extension) < BinaryAutoDataChannelAverage (by extension)
Sub-types:None
NameBinaryAutoDataChannelAverage
Abstractno
Documentation Type to be used in conjunction with the type AutoDataChannelAverage.
XML Instance Representation
<...

baselineFlags="BaselineFlagsId [0..1]"

actualTimes="ActualTimesId [1]"

actualDurations="ActualDurationsId [1]"

autoData="AutoDataId [1]"

mode="AUTO_ONLY [0..1]"

resolution="CHANNEL_AVERAGE [0..1]"/>
Diagram
Schema Component Representation
<xs:complexType name="BinaryAutoDataChannelAverage">
<xs:complexContent>
<xs:extension base="BinaryAutoDataAbstract">
<xs:attribute name="resolution" type="SpectralResolution" fixed="CHANNEL_AVERAGE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>