XmlSchemaDatatype.TokenizedType Property

Definition

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.

public:
 abstract property System::Xml::XmlTokenizedType TokenizedType { System::Xml::XmlTokenizedType get(); };
public abstract System.Xml.XmlTokenizedType TokenizedType { get; }
member this.TokenizedType : System.Xml.XmlTokenizedType
Public MustOverride ReadOnly Property TokenizedType As XmlTokenizedType

Property Value

An XmlTokenizedType value for the string.

Remarks

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

Applies to