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

Complex Type: BinaryCrossDataChannelAverage

[Table of contents]

Super-types:BinaryData < BinaryCrossDataAbstract (by extension) < BinaryCrossDataChannelAverage (by extension)
Sub-types:None
NameBinaryCrossDataChannelAverage
Abstractno
Documentation Type to be used in conjunction with the type CrossDataChannelAverage.
XML Instance Representation
<...

baselineFlags="BaselineFlagsId [0..1]"

actualTimes="ActualTimesId [1]"

actualDurations="ActualDurationsId [1]"

crossData="CrossDataId [1]"

mode="CROSS_ONLY [0..1]"

resolution="CHANNEL_AVERAGE [0..1]">

<crossDataType> CrossDataType </crossDataType> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="BinaryCrossDataChannelAverage">
<xs:complexContent>
<xs:extension base="BinaryCrossDataAbstract">
<xs:attribute name="resolution" type="SpectralResolution" fixed="CHANNEL_AVERAGE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>