System.Xml.XmlTokenizedType Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.
C# Syntax:
[Serializable]
public enum XmlTokenizedType
Remarks
The XML types are based on the W3C Extensible Markup Language (XML) 1.0 recommendation.
See also:
System.Xml Namespace

System.Xml.XmlTokenizedType Member List:

Public Fields
CDATA
ENTITIES ENTITIES type.
ENTITY ENTITY type.
ENUMERATION
ID ID type.
IDREF IDREF type.
IDREFS
NCName
NMTOKEN NMTOKEN type.
NMTOKENS
None
NOTATION NOTATION type.
QName

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.