pub type TypeDerivationControlType = DerivationControlType;
enum TypeDerivationControlType { Substitution, Extension, Restriction, List, Union, }