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

Complex Type: BinaryCrossData

[Table of contents]

Super-types:BinaryData < BinaryCrossDataAbstract (by extension) < BinaryCrossData (by extension)
Sub-types:None
NameBinaryCrossData
Abstractno
Documentation This type makes the reference to the binary zeroLags attachment only optional; it is usualy used in conjunction with the CrossData type.
XML Instance Representation
<...

baselineFlags="BaselineFlagsId [0..1]"

actualTimes="ActualTimesId [1]"

actualDurations="ActualDurationsId [1]"

crossData="CrossDataId [1]"

mode="CROSS_ONLY [0..1]"

zeroLags="ZeroLagsId [0..1]">

<crossDataType> CrossDataType </crossDataType> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="BinaryCrossData">
<xs:complexContent>
<xs:extension base="BinaryCrossDataAbstract">
<xs:attribute name="zeroLags" type="ZeroLagsId"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>