XmlSchemaDatatype::TokenizedType Property
.NET Framework (current version)
When overridden in a derived class, gets the type for the string as specified in the World Wide Web Consortium (W3C) XML 1.0 specification.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlTokenizedType TokenizedType { virtual XmlTokenizedType get() abstract; }
Allows the string to be read as a particular XML type, for example, a CDATA section type.
The following table shows the token types.
XmlTokenizedType | 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 |
.NET Framework
Available since 1.1
Available since 1.1
Show: