'Date #1': {|xml|| 1999-10-20 |}. 'Date with zero timezone': {|xml|| 1999-10-20+00:00 |}. 'Full date'(fail): {|xml|| 1999-1-1 |}. 'Date with negative timezone': {|xml|| 1999-10-20-03:45 |}. 'Date with positive timezone': {|xml|| 1999-10-20+03:45 |}. 'Date with 0-leading 4+ digit year not allowed'(fail): {|xml|| 01999-10-20 |}. 'Date with non-0-leading 4+ digit year allowed': {|xml|| 11999-10-20 |}. 'Invalid month'(fail): {|xml|| 1999-13-20 |}. 'Invalid day'(fail): {|xml|| 1999-10-32 |}. 'Timezone not higher than 14:00 #1'(fail): {|xml|| 1999-10-20+15:00 |}. 'Timezone not higher than 14:00 #2': {|xml|| 1999-10-20+14:00 |}. 'Timezone not higher than 14:00 #3'(fail): {|xml|| 1999-10-20+14:01 |}.