xsd.SimpleTypeVariety

The xsd.SimpleTypeVariety enumeration provides values for the xsd.SimpleTypeDefinition.variety property.

Constants

xsd.SimpleTypeVariety.ATOMIC

ATOMIC datatypes are those whose value spaces contain only atomic values.

xsd.SimpleTypeVariety.LIST

LIST datatypes are those having values each of which consists of a finite-length (possibly empty) sequence of atomic values.

xsd.SimpleTypeVariety.UNION

UNION datatypes are those whose value spaces are the union of the value spaces of one or more other datatypes, which are the member types of the union.