I often faced the type ModuleVersion but I can not understand what a variable from this type contains? I read that:
The "Module" DXL Type represents a loaded **ModuleVersion** (current or Baseline).
So we have a specification and it has different versions in time: for example from Monday for our Module we will have Baseline 1.1 - then we add new requirements and after one month we create Baseline 1.2 - and so on... We have 1.0 ,1.1, 1.2, 1.3, 2, 2.1<-current And when we want to load a module form a specific baseline, we use this ModuleVersion or..? I do not understand. Can you give some example with proper explanation.