XmlSchemaDatatypeVariety

XmlSchemaDatatypeVariety enum

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

enum class XmlSchemaDatatypeVariety

Values

NameValueDescription
Atomic0A W3C XML schema atomic type.
List1A W3C XML schema list type.
Union2A W3C XML schema union type.

See Also