diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="ClockTimeType" abstract="false"> <xs:annotation> <xs:appinfo>Time measurements that exceed one hour are represented by this record. The first field is the hours since the unix epoch (Jan 1 1970, used by most Unix systems and java) and the second field the timestamp units since the top of the hour. Section 6.2.14 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="hour" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Hours in UTC</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="timePastHour" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Time past the hour</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="hour" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Hours in UTC</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="timePastHour" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Time past the hour</xs:appinfo> </xs:annotation> </xs:attribute> |