This documentation is archived and is not being maintained.
XmlTokenizedType Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Namespace:
System.Xml
Assembly:
System.Xml (in System.Xml.dll)
No code example is currently available or this language may not be supported.
| 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.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0