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

Element: numTime

[Table of contents]

NamenumTime
TypeLocally-defined complex type
Nillableno
Abstractno
DocumentationSize of the time axis when the dimensionality is 0 (i.e. when TIM is member in the axis lists of the binary attachments).
Logical Diagram
XML Instance Representation
<numTime

size="xs:positiveInteger [1]"/>
Diagram
Schema Component Representation
<xs:element name="numTime">
<xs:complexType>
<xs:sequence/>
<xs:attribute name="size" type="xs:positiveInteger" use="required"/>
<xs:attribute name="dimensionality" type="xs:unsignedInt" use="prohibited" fixed="0"/>
</xs:complexType>
</xs:element>