Name

XmlTokenizedType

Synopsis

This is an enumeration of XML string types based on the XML 1.0 specification.

Public Enum XmlTokenizedType
                  CDATA = 0
                  ID = 1
                  IDREF = 2
                  IDREFS = 3
                  ENTITY = 4
                  ENTITIES = 5
                  NMTOKEN = 6
                  NMTOKENS = 7
                  NOTATION = 8
                  ENUMERATION = 9
                  QName = 10
                  NCName = 11
                  None = 12
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XmlTokenizedType

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.