only for RuBoard - do not distribute or recompile Previous Section Next Section
XmlTokenizedType enum

System.Xml (system.xml.dll) serializable

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
}

Hierarchy

System.Objectfigs/U2192.gif System.ValueTypefigs/U2192.gif System.Enum(System.IComparable, System.IFormattable, System.IConvertible)figs/U2192.gif XmlTokenizedType

only for RuBoard - do not distribute or recompile Previous Section Next Section