It possible to create custum type without super type
-
True
-
False
In Documentum, custom object types can be created without specifying a super type, though they will typically default to inheriting from dm_sysobject. The statement reflects that creating a custom type doesn't strictly require explicitly defining a super type in the creation command.
In many typing/modeling systems (e.g., custom data-type or class hierarchies in modeling tools), you can define a custom type as a standalone/root type without deriving it from an existing supertype — inheritance from a supertype is typically optional, not mandatory, when creating a new type. So 'True' fits the general rule that supertype specification is optional in most such systems. Without more specific product context this is a narrow, tool-dependent fact rather than something verifiable from general principles, so it's held with lower confidence.