namespace | http://www.ite.org/tmdd | ||
type | xs:int | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Device-command-start-time"> <xs:annotation> <xs:documentation> <objectClass>Device</objectClass> <definition/> <definition>Start time of the command requested for the device control represented as HHMMSS where HH is the hour of the day in 24-hour clock form (with legal values between 00 and 23) ; &amp;amp;quot;MM&amp;amp;quot; is the minute of hour (with legal values from 00 to 59) ; &amp;amp;quot;SS&amp;amp;quot; is the second of the minute (with legal values from 00 to 59) .</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:int"/> </xs:simpleType> |