''' ''' This module is intended for often used constants and datastructures ''' Therefor it is important that this module does not have any dependencies on other modules!! ''' Namespace Constants Public Enum NamedDatabase ECM IDB End Enum End Namespace