XmlTokenizedType Enumeration
.NET Framework (current version)
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.
Assembly: System.Xml (in System.Xml.dll)
| 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. |
The XML types are based on the World Wide Web Consortium (W3C) Extensible Markup Language (XML) 1.0 recommendation.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: