XmlSchemaDatatype::TokenizedType Property

 

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.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlTokenizedType TokenizedType {
	virtual XmlTokenizedType get() abstract;
}

Property Value

Type: System.Xml::XmlTokenizedType

An XmlTokenizedType value for the string.

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
Return to top
Show: