This documentation is archived and is not being maintained.
XmlTokenizedType Enumeration
.NET Framework 1.1
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.
[Visual Basic] <Serializable> Public Enum XmlTokenizedType [C#] [Serializable] public enum XmlTokenizedType [C++] [Serializable] __value public enum XmlTokenizedType [JScript] public Serializable enum XmlTokenizedType
Remarks
The XML types are based on the W3C Extensible Markup Language (XML) 1.0 recommendation.
Members
| Member name | Description |
|---|---|
| CDATA | CDATA type. |
| ENTITIES | ENTITIES type. |
| ENTITY | ENTITY type. |
| ENUMERATION | ENUMERATION type. |
| ID | ID type. |
| IDREF | IDREF type. |
| IDREFS | IDREFS type. |
| NCName | NCName type. |
| NMTOKEN | NMTOKEN type. |
| NMTOKENS | NMTOKENS type. |
| None | No type. |
| NOTATION | NOTATION type. |
| QName | QName type. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: