XmlSchemaDatatypeVariety Enum

Definition

Specifies the W3C XML schema data type variety of the type.

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

Fields

Atomic 0

A W3C XML schema atomic type.

List 1

A W3C XML schema list type.

Union 2

A W3C XML schema union type.

Applies to