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

Complex Type: BinaryCrossAndAutoDataChannelAverage

[Table of contents]

Super-types:BinaryData < BinaryCrossAndAutoDataAbstract (by extension) < BinaryCrossAndAutoDataChannelAverage (by extension)
Sub-types:None
NameBinaryCrossAndAutoDataChannelAverage
Abstractno
Documentation Type to be used in conjunction with the type CrossAndAutoDataChannelAverage.
XML Instance Representation
<...

baselineFlags="BaselineFlagsId [0..1]"

actualTimes="ActualTimesId [1]"

actualDurations="ActualDurationsId [1]"

crossData="CrossDataId [1]"

autoData="AutoDataId [1]"

correlationMode="CROSS_AND_AUTO [0..1]"

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

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