Edit

Share via


XmlTokenizedType Enum

Definition

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.

public enum class XmlTokenizedType
public enum XmlTokenizedType
type XmlTokenizedType = 
Public Enum XmlTokenizedType
Inheritance
XmlTokenizedType

Fields

CDATA 0

CDATA type.

ID 1

ID type.

IDREF 2

IDREF type.

IDREFS 3

IDREFS type.

ENTITY 4

ENTITY type.

ENTITIES 5

ENTITIES type.

NMTOKEN 6

NMTOKEN type.

NMTOKENS 7

NMTOKENS type.

NOTATION 8

NOTATION type.

ENUMERATION 9

ENUMERATION type.

QName 10

QName type.

NCName 11

NCName type.

None 12

No type.

Remarks

The XML types are based on the World Wide Web Consortium (W3C) Extensible Markup Language (XML) 1.0 recommendation.

Applies to