xsd.BlockValue

The xsd.BlockValue enumeration provides values for the xsd.ElementDeclaration.disallowed_substitutions property as well as for the xsd.ComplexTypeDefinition.prohibited_substitutions property.

Constants

xsd.BlockValue.EXTENSION

Disallow substitution with xsd.ComplexTypeDefinition objects derived by extension.

xsd.BlockValue.RESTRICTION

Disallow substitution with xsd.ComplexTypeDefinition objects derived by restriction.

xsd.BlockValue.SUBSTITUTION

Disallow substitution with potential substitution group members.