- in a project enable WebUI
- create schema schemaA
- create document type FirstDocType
- create document type SecondDocType that inherits from FirstDoc
- create document type ThirdDocType that inherits from SecondDocType
- switch to Designer
- head over to UI / Layouts / Local Document Types
- select FirstDocType
- click metadata
- click Configure
- observe schemaA appears in the right panel (Catalog tab)
- select SecondDocType
- click metadata
- click Configure
- observe schemaA appears in the right panel (Catalog tab)
- select ThirdDocType
- click metadata
- click Configure
- observe schemaA is not present in the right panel
Expected behavior: the schema should be available
Note: this generates errors when using it because Designer does not know it.