'xs:gYearMonth with year and month': {|xml|| 2004-04 |}. 'xs:gYearMonth with large year and month': {|xml|| 14024-04 |}. 'xs:gYearMonth with year and month and zero time zone offset': {|xml|| 2004-04Z |}. 'xs:gYearMonth with year and month and non-zero time zone offset': {|xml|| 2004-04-05:00 |}. 'xs:gYearMonth with truncated negative century'(fail): {|xml|| -99-04 |}. 'xs:gYearMonth with truncated century'(fail): {|xml|| 99-04 |}. 'xs:gYearMonth with truncated month'(fail): {|xml|| 2004-4 |}. 'xs:gYearMonth without month'(fail): {|xml|| 2004 |}. 'xs:gYearMonth with too small month'(fail): {|xml|| 2004-00 |}. 'xs:gYearMonth with too large month'(fail): {|xml|| 2004-13 |}. 'xs:gYearMonth with empty value'(fail): {|xml|| |}.