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

Element: baselineFlags

[Table of contents]

NamebaselineFlags
TypeLocally-defined complex type
Nillableno
Abstractno
Documentation The codes to be used are TBD! baselineflags is in the category of the meta-data.
Logical Diagram
XML Instance Representation
<baselineFlags

size="Size [1]"

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