The NMTOKEN Attribute Type is defined by the W3C XML 1.0 Recommendation.
Reference: *W3C - XML 1.0 - Attribute Types
http-equiv:metaname:metaThere are no Common Attributes with type NMTOKEN.
A name which may consist of any combination of letters, digits, and the four punctuation characters _:.-
The only attributes of type NMTOKEN in XHTML 1.1 are the http-equiv and
name attributes of the
meta element, but the common
class attribute (from the
Core Attribute Collection) is of the
NMTOKENS Attribute Type,
which is merely a space-separated list of NMTOKEN values. Also, the
rel and
rev attributes have the
LinkTypes Attribute Type, which is
declared in the DTD as type NMTOKENS.