XmlTokenizedType Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Enumeration XmlTokenizedType
public enum XmlTokenizedType
Members
Member name | Description | |
---|---|---|
CDATA | CDATA type. | |
ID | ID type. | |
IDREF | IDREF type. | |
IDREFS | IDREFS type. | |
ENTITY | ENTITY type. | |
ENTITIES | ENTITIES type. | |
NMTOKEN | NMTOKEN type. | |
NMTOKENS | NMTOKENS type. | |
NOTATION | NOTATION type. | |
ENUMERATION | ENUMERATION type. | |
QName | QName type. | |
NCName | NCName type. | |
None | No type. |
Remarks
The XML types are based on the World Wide Web Consortium (W3C) Extensible Markup Language (XML) 1.0 recommendation.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.