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

Complex Type: Time

[Table of contents]

Super-types:xs:unsignedLong < Time (by extension)
Sub-types:None
NameTime
Abstractno
XML Instance Representation
<...

type="ArrayTime [0..1]">

xs:unsignedLong

</...>
Diagram
Schema Component Representation
<xs:complexType name="Time">
<xs:simpleContent>
<xs:extension base="xs:unsignedLong">
<xs:attribute name="type" type="ArrayTime"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>