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

Element: zeroLags

[Table of contents]

NamezeroLags
TypeLocally-defined complex type
Nillableno
Abstractno
Documentation Average of all the spectral elements. It is in the category of the auxiliary data.
Logical Diagram
XML Instance Representation
<zeroLags

size="positiveSize [1]"

axes="AxisNames [1]"/>
Diagram
Schema Component Representation
<xs:element name="zeroLags">
<xs:complexType>
<xs:attribute name="size" type="positiveSize" use="required"/>
<xs:attribute name="type" type="PrimitiveDataType" fixed="FLOAT_TYPE" use="prohibited"/>
<xs:attribute name="axes" type="AxisNames" use="required"/>
</xs:complexType>
</xs:element>