NMTOKEN and NMTOKENS
May 3, 1999
The NMTOKEN and NMTOKENS types are another example
of those types that are useful primarily
to processing applications. The types are
used to specify a valid name(s). You might use them
when you are associating some other component with
the element, such as a
Java class or a security
algorithm.
Consider the following example:
<!ATTLIST DATA AUTHORIZED_USERS NMTOKENS #IMPLIED>
<DATA SECURITY="ON"
AUTHORIZED_USERS = "IggieeB SelenaS GuntherB">
blah blah blah
</DATA>
ID and IDREF
Introduction to XML For Web Developers | Table of Contents
NOTATION TYPE
|