Skip to content

Commit 65efb83

Browse files
- Updated the docs;
1 parent 8c6dbf1 commit 65efb83

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

docs/src/content/docs/guides/02-gettingstartedwithfbm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ description: Pointers to get started with Fact-Based Modelling.
55

66
## Fact-Based Modelling Tools
77

8-
### FCO-IM
9-
10-
[CaseTalk](https://www.casetalk.com/) have a Fact-Based Modelling tool based on FCO-IM (Fully Communication-Oriented Information Modelling)
11-
128
### Object-Role Modeling
139

1410
[ORM Solutions](https://www.ormsolutions.com) have a Fact-Based Modelling tool (nORMa) based on ORM (Object-Role Modeling)
1511

1612
[FactEngine](https:///www.factengine.ai) has a Fact-Based Modelling tool (Boston) based on ORM (Object-Role Modeling)
1713

14+
### FCO-IM
15+
16+
[CaseTalk](https://www.casetalk.com/) have a Fact-Based Modelling tool based on FCO-IM (Fully Communication-Oriented Information Modelling)
17+
1818
### (Textual) Fact-Based Modelling
1919

2020
[Data Constellation](https://www.dataconstellation.com) has a text based Fact-Based Modelling tool (Active Facts).

docs/src/content/docs/reference/model.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@ The **Model** element is the top-level container for a Fact-Based Model. It aggr
1010
<pre>
1111
Model
1212
|--FBMModel
13-
|--FBMDiagrams
13+
|--FBMDiagram
1414
</pre>
1515

1616
## Model element
1717

18+
```xml
19+
<?xml version="1.0" encoding="utf-8"?>
20+
<Model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" XSDVersionNr="1.7">
21+
<FBMModel ModelId="729bef8f-d78a-4936-a9a2-fe468ca4c7fa" Name="CinemaBookings-SemanticLayerTest" CoreVersionNumber="2.6">
22+
...
23+
</FBMModel>
24+
<FBMDiagram>
25+
<Page Id="a2dbde51-35fe-4ef1-b2d7-f18509a9cf7b" Name="Cinema" Language="ORMModel" IsCoreModelPage="false">
26+
<ConceptInstance>
27+
```
28+
1829
### Attribute definitions
1930

2031
- **XSDVersionNr** – Identifies the schema version used to generate the exchange document.
@@ -25,8 +36,9 @@ Model
2536

2637
- **ModelId** – Unique identifier for the model instance.
2738
- **Name** – Display name of the model.
39+
- **CoreVersionNumber** – Is the version number of the Core metamodel, if using this FBM Exchange Schema in a 4-Layer architecture with injected metamodels as Core MDAModelElements (Model Driven Architecture Elements).
2840

29-
### FBMDiagrams element
41+
### FBMDiagram element
3042

3143
- Contains the set of FBM diagrams (Pages) that are used to present the FBM Model diagramatically.
3244

0 commit comments

Comments
 (0)