System::Xml::Schema::XmlSchemaDatatypeVariety enum
XmlSchemaDatatypeVariety enum
Specifies the W3C XML schema data type variety of the type.
enum class XmlSchemaDatatypeVariety
Values
Name | Value | Description |
---|---|---|
Atomic | 0 | A W3C XML schema atomic type. |
List | 1 | A W3C XML schema list type. |
Union | 2 | A W3C XML schema union type. |
See Also
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++