xsd.FinalValue¶
The xsd.FinalValue enumeration provides values for the substitution_group_exclusions property
of xsd.ElementDeclaration objects as well as for the xsd.ComplexTypeDefinition.final and xsd.SimpleTypeDefinition.final properties.
Constants¶
- xsd.FinalValue.EXTENSION
Prohibit derivation per extension.
- xsd.FinalValue.RESTRICTION
Prohibit derivation per restriction.
- xsd.FinalValue.LIST
Prohibit construction of lists.
- xsd.FinalValue.UNION
Prohibit construction of unions.