'xs:dayTimeDuration with day, hour, minute and second properties': {|xml|| P5DT12H35M30S |}. 'xs:dayTimeDuration with only day property': {|xml|| P7D |}. 'xs:dayTimeDuration with only hour property': {|xml|| PT1H |}. 'xs:dayTimeDuration with only minute property': {|xml|| PT120M |}. 'xs:dayTimeDuration with only second property': {|xml|| PT12S |}. 'xs:dayTimeDuration with all properties'(fail): {|xml|| P2Y6M5DT12H35M30S |}. 'xs:dayTimeDuration with year property'(fail): {|xml|| P2Y5DT12H35M30S |}. 'xs:dayTimeDuration with month property'(fail): {|xml|| P2M5DT12H35M30S |}.