'xs:NMTOKENS with one NMTOKEN':
{|xml||
ABCD
|}.
'xs:NMTOKENS with two NMTOKENs':
{|xml||
ABCD 123_456
|}.
'xs:NMTOKENS with two NMTOKENs and multiple spaces in-between':
{|xml||
ABCD starts_with_spaces
|}.
'xs:NMTOKENS with no NMTOKEN'(fail):
{|xml||
|}.