'Time #1':
{|xml||
13:20:00
|}.
'Time #2':
{|xml||
00:00:00
|}.
'Time with fractional seconds #1':
{|xml||
12:34:56.789
|}.
'Time with fractional seconds #2':
{|xml||
12:34:56.789000
|}.
'Time with zeroes as fractional seconds':
{|xml||
12:34:56.000
|}.
'At most 24:00':
{|xml||
24:00:00
|}.
'Not higher than 24:00 #1'(fail):
{|xml||
24:01:00
|}.
'Not higher than 24:00 #2'(fail):
{|xml||
24:00:01
|}.
'Not higher than 24:00 #3'(fail):
{|xml||
24:00:00.001
|}.
'Not higher than 24:00 #4'(fail):
{|xml||
25:00:00
|}.
'Time with positive timezone':
{|xml||
13:20:00+12:34
|}.
'Time with negative timezone':
{|xml||
13:20:00-12:34
|}.
'Time with timezone of at most 14:00':
{|xml||
13:20:00-14:00
|}.
'Time with timezone of not higher than 14:00'(fail):
{|xml||
13:20:00-14:01
|}.