Domain Model
Three core entity types forming the requirements V-model, plus use steps for operational context and test case links for V&V evidence.Sheet Configuration — Whole RTM
The whole-project RTM expands all three levels with V&V branches at each, using color-coded column groups for visual orientation.Source Configuration
The expand paths define how the RTM query traverses the entity hierarchy, pulling linked items from across multiple documents. V&V branches are nested at each level.Component-Scoped RTM
The same configuration pattern supports component-level views. UsingapplyCurrentDocumentTo, a single YAML config serves multiple SRS documents — each showing only the requirements belonging to that subsystem.
Key Patterns
- 3-level V-model hierarchy with V&V test case branches at each level — validation at user needs, verification at system and design requirements.
- YAML anchors (
&orange/*orange) for reusing header styles across V&V columns at multiple levels without repetition. applyCurrentDocumentTo— a single YAML configuration serves multiple component SRS documents, each automatically scoped to its own requirements.- Cross-document tracing — the expand paths pull System Requirements from SRS documents and Design Requirements from DRS documents via the RTM model relationships.
- Collapsible column groups — each group collapses to its key column for stakeholder-appropriate detail levels.
multiItem: truefor V&V plan columns — renders multiple linked test cases as expandable lists within a single cell.
See Also
- RTM Model — standard RTM model configuration
- Aerospace Safety Model — 4-level aerospace hierarchy with SC/CC classification
- Sources Configuration — expand paths and query configuration
- Column Properties — all available column configuration options
- Binding Syntax — dot-notation path expressions for nested entity access