From d621debae21a8d583c423a315d535b259f81b8b5 Mon Sep 17 00:00:00 2001
From: zrgt <garmaev@gmx.de>
Date: Thu, 29 Jun 2023 22:19:58 +0200
Subject: [PATCH] Update example json

- Add qualifiers
- Add GueteklasseVon and GueteklasseBis
- Remove Kontaktrolle
- Change type of crs
---
 demos/demo2/demo2_dzwald_example.json | 3972 ++++++++++++++++++++-----
 1 file changed, 3202 insertions(+), 770 deletions(-)

diff --git a/demos/demo2/demo2_dzwald_example.json b/demos/demo2/demo2_dzwald_example.json
index cecdc0c..b66d428 100644
--- a/demos/demo2/demo2_dzwald_example.json
+++ b/demos/demo2/demo2_dzwald_example.json
@@ -92,125 +92,315 @@
         {
           "idShort": "Hiebsnummer",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "abc123",
           "valueType": "xs:string"
         },
         {
           "idShort": "Kurzbeschreibung",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "beschreibung",
           "valueType": "xs:string"
         },
         {
           "idShort": "Sicherheitshinweise",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "valueType": "xs:string"
         },
         {
           "idShort": "Naturschutzhinweise",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "valueType": "xs:string"
         },
         {
           "idShort": "Karte",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "valueType": "xs:string"
         },
         {
           "idShort": "Auftragsstatus",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "valueType": "xs:string"
         },
         {
           "idShort": "Sortimente",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "Sortiment1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Nummer",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "1",
                   "valueType": "xs:integer"
                 },
                 {
                   "idShort": "Sortimentstyp",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "st",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Sorte",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "lg",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Holzart",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "fi",
                   "valueType": "xs:string"
                 },
                 {
-                  "idShort": "Gueteklasse",
+                  "idShort": "GueteklasseVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "a",
                   "valueType": "xs:string"
                 },
+                {
+                  "idShort": "GueteklasseBis",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "b",
+                  "valueType": "xs:string"
+                },
                 {
                   "idShort": "LaengeVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "3.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "LaengeBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "6.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Mindestzopf",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "1.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MaxDurchmesser",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "10.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Laengenzugabe",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "10.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Mengenschaetzung",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "10.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Bemerkung",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Ergebnis",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "ReferenceElement",
                   "value": [
                     {
-                      "idShort": "Ergebnis1",
+                      "idShort": "HolzlisteReference1",
                       "modelType": "ReferenceElement",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": {
                         "type": "ModelReference",
                         "keys": [
@@ -226,138 +416,188 @@
                 {
                   "idShort": "Kaeufer",
                   "modelType": "SubmodelElementCollection",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "basys4forestry.de/Kontakt"
-                      }
-                    ]
-                  },
-                  "value": [
+                  "qualifiers": [
                     {
-                      "idShort": "Kontaktrolle",
-                      "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                          }
-                        ]
-                      },
-                      "value": "Kaeufer",
-                      "valueType": "xs:string"
-                    },
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": [
                     {
                       "idShort": "Firmenname",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Kaeufer GmbH",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Anrede",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Herr",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Vorname",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Max",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Nachname",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Mustermann",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Adresse",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Turmstr. 15, Aachen 52064",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Umsatzbesteuerung",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "rb",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "IBAN",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "DE1234567890",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Steuernummer",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "99999999999",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Telefonnummern",
                       "modelType": "SubmodelElementList",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "orderRelevant": true,
                       "typeValueListElement": "Property",
-                      "semanticIdListElement": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                          }
-                        ]
-                      },
-                      "valueTypeListElement": "xs:string"
+                      "valueTypeListElement": "xs:string",
+                      "value": [
+                        {
+                          "idShort": "Telefon1",
+                          "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToMany",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
+                          "value": "0241-123456",
+                          "valueType": "xs:string"
+                        }
+                      ]
                     },
                     {
                       "idShort": "Emailadressen",
                       "modelType": "SubmodelElementList",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "orderRelevant": true,
                       "typeValueListElement": "Property",
-                      "semanticIdListElement": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                          }
-                        ]
-                      },
-                      "valueTypeListElement": "xs:string"
+                      "valueTypeListElement": "xs:string",
+                      "value": [
+                        {
+                          "idShort": "Email1",
+                          "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToMany",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
+                          "value": "Kaeufer@example.com",
+                          "valueType": "xs:string"
+                        }
+                      ]
                     }
                   ]
                 }
@@ -368,393 +608,578 @@
         {
           "idShort": "Ansprechpartner",
           "modelType": "SubmodelElementCollection",
-          "value": [
+          "qualifiers": [
             {
-              "idShort": "Kontaktrolle",
-              "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                  }
-                ]
-              },
-              "value": "Waldbesitzer",
-              "valueType": "xs:string"
-            },
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
+          "value": [
             {
               "idShort": "Firmenname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Waldbesitzer GmbH",
               "valueType": "xs:string"
             },
             {
               "idShort": "Anrede",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Herr",
               "valueType": "xs:string"
             },
             {
               "idShort": "Vorname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Max",
               "valueType": "xs:string"
             },
             {
               "idShort": "Nachname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Mustermann",
               "valueType": "xs:string"
             },
             {
               "idShort": "Adresse",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Turmstr. 15, Aachen 52064",
               "valueType": "xs:string"
             },
             {
               "idShort": "Umsatzbesteuerung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "rb",
               "valueType": "xs:string"
             },
             {
               "idShort": "IBAN",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "DE1234567890",
               "valueType": "xs:string"
             },
             {
               "idShort": "Steuernummer",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "99999999999",
               "valueType": "xs:string"
             },
             {
               "idShort": "Telefonnummern",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Telefon1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "0241-123456",
+                  "valueType": "xs:string"
+                }
+              ]
             },
             {
               "idShort": "Emailadressen",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Email1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Waldbesitzer@example.com",
+                  "valueType": "xs:string"
+                }
+              ]
             }
           ]
         },
         {
           "idShort": "UnternehmerHolzrueckung",
           "modelType": "SubmodelElementCollection",
-          "value": [
+          "qualifiers": [
             {
-              "idShort": "Kontaktrolle",
-              "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                  }
-                ]
-              },
-              "value": "UnternehmerHolzrueckung",
-              "valueType": "xs:string"
-            },
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
+          "value": [
             {
               "idShort": "Firmenname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "UnternehmerHolzrueckung GmbH",
               "valueType": "xs:string"
             },
             {
               "idShort": "Anrede",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Herr",
               "valueType": "xs:string"
             },
             {
               "idShort": "Vorname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Max",
               "valueType": "xs:string"
             },
             {
               "idShort": "Nachname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Mustermann",
               "valueType": "xs:string"
             },
             {
               "idShort": "Adresse",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Turmstr. 15, Aachen 52064",
               "valueType": "xs:string"
             },
             {
               "idShort": "Umsatzbesteuerung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "rb",
               "valueType": "xs:string"
             },
             {
               "idShort": "IBAN",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "DE1234567890",
               "valueType": "xs:string"
             },
             {
               "idShort": "Steuernummer",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "99999999999",
               "valueType": "xs:string"
             },
             {
               "idShort": "Telefonnummern",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Telefon1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "0241-123456",
+                  "valueType": "xs:string"
+                }
+              ]
             },
             {
               "idShort": "Emailadressen",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Email1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "UnternehmerHolzrueckung@example.com",
+                  "valueType": "xs:string"
+                }
+              ]
             }
           ]
         },
         {
           "idShort": "UnternehmerHolzernte",
           "modelType": "SubmodelElementCollection",
-          "value": [
+          "qualifiers": [
             {
-              "idShort": "Kontaktrolle",
-              "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                  }
-                ]
-              },
-              "value": "UnternehmerHolzernte",
-              "valueType": "xs:string"
-            },
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
+          "value": [
             {
               "idShort": "Firmenname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "UnternehmerHolzernte GmbH",
               "valueType": "xs:string"
             },
             {
               "idShort": "Anrede",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Herr",
               "valueType": "xs:string"
             },
             {
               "idShort": "Vorname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Max",
               "valueType": "xs:string"
             },
             {
               "idShort": "Nachname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Mustermann",
               "valueType": "xs:string"
             },
             {
               "idShort": "Adresse",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Turmstr. 15, Aachen 52064",
               "valueType": "xs:string"
             },
             {
               "idShort": "Umsatzbesteuerung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "rb",
               "valueType": "xs:string"
             },
             {
               "idShort": "IBAN",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "DE1234567890",
               "valueType": "xs:string"
             },
             {
               "idShort": "Steuernummer",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "99999999999",
               "valueType": "xs:string"
             },
             {
               "idShort": "Telefonnummern",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Telefon1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "0241-123456",
+                  "valueType": "xs:string"
+                }
+              ]
             },
             {
               "idShort": "Emailadressen",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Email1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "UnternehmerHolzernte@example.com",
+                  "valueType": "xs:string"
+                }
+              ]
             }
           ]
         },
         {
           "idShort": "ZuFaellendeBaeume",
           "modelType": "ReferenceElement",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": {
             "type": "ModelReference",
             "keys": [
@@ -775,12 +1200,28 @@
         {
           "idShort": "Name",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "name",
           "valueType": "xs:string"
         },
         {
           "idShort": "Beschreibung",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "beschreibung",
           "valueType": "xs:string"
         },
@@ -791,102 +1232,246 @@
             {
               "idShort": "Name",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "name",
               "valueType": "xs:string"
             },
             {
               "idShort": "Beschreibung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "beschreibung",
               "valueType": "xs:string"
             },
             {
               "idShort": "Koordinaten",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "SubmodelElementCollection",
               "value": [
                 {
                   "idShort": "Koordinate1",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "8.916091918945312",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "49.86861816524657",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Koordinate2",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Koordinate3",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 }
@@ -897,38 +1482,94 @@
         {
           "idShort": "Position",
           "modelType": "SubmodelElementCollection",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": [
             {
               "idShort": "Koordinate",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "OneToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "x",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "30.00004",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "y",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "120.8",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "alt",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "crs",
                   "modelType": "Property",
-                  "valueType": "xs:double"
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "valueType": "xs:string"
                 }
               ]
             },
             {
               "idShort": "Notiz",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Die Position",
               "valueType": "xs:string"
             }
@@ -948,102 +1589,246 @@
             {
               "idShort": "Name",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "name",
               "valueType": "xs:string"
             },
             {
               "idShort": "Beschreibung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "beschreibung",
               "valueType": "xs:string"
             },
             {
               "idShort": "Koordinaten",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "SubmodelElementCollection",
               "value": [
                 {
                   "idShort": "Koordinate1",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "8.916091918945312",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "49.86861816524657",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Koordinate2",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Koordinate3",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 }
@@ -1054,135 +1839,202 @@
         {
           "idShort": "Waldbesitzer",
           "modelType": "SubmodelElementCollection",
-          "value": [
+          "qualifiers": [
             {
-              "idShort": "Kontaktrolle",
-              "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                  }
-                ]
-              },
-              "value": "Waldbesitzer",
-              "valueType": "xs:string"
-            },
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
+          "value": [
             {
               "idShort": "Firmenname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Waldbesitzer GmbH",
               "valueType": "xs:string"
             },
             {
               "idShort": "Anrede",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Herr",
               "valueType": "xs:string"
             },
             {
               "idShort": "Vorname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Max",
               "valueType": "xs:string"
             },
             {
               "idShort": "Nachname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Mustermann",
               "valueType": "xs:string"
             },
             {
               "idShort": "Adresse",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "Turmstr. 15, Aachen 52064",
               "valueType": "xs:string"
             },
             {
               "idShort": "Umsatzbesteuerung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "rb",
               "valueType": "xs:string"
             },
             {
               "idShort": "IBAN",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "DE1234567890",
               "valueType": "xs:string"
             },
             {
               "idShort": "Steuernummer",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "99999999999",
               "valueType": "xs:string"
             },
             {
               "idShort": "Telefonnummern",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Telefon1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "0241-123456",
+                  "valueType": "xs:string"
+                }
+              ]
             },
             {
               "idShort": "Emailadressen",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                  }
-                ]
-              },
-              "valueTypeListElement": "xs:string"
+              "valueTypeListElement": "xs:string",
+              "value": [
+                {
+                  "idShort": "Email1",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Waldbesitzer@example.com",
+                  "valueType": "xs:string"
+                }
+              ]
             }
           ]
         },
         {
           "idShort": "Baumarten",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "Property",
           "valueTypeListElement": "xs:string",
@@ -1190,6 +2042,14 @@
             {
               "idShort": "Baumart1",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "fi",
               "valueType": "xs:string"
             }
@@ -1205,10 +2065,26 @@
         {
           "idShort": "Kopfdaten",
           "modelType": "SubmodelElementCollection",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": [
             {
               "idShort": "Ernte",
               "modelType": "Range",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "valueType": "xs:date",
               "min": "2023-12-01",
               "max": "2023-12-31"
@@ -1216,158 +2092,167 @@
             {
               "idShort": "Lieferant",
               "modelType": "SubmodelElementCollection",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "basys4forestry.de/Kontakt"
-                  }
-                ]
-              },
-              "value": [
+              "qualifiers": [
                 {
-                  "idShort": "Kontaktrolle",
-                  "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                      }
-                    ]
-                  },
-                  "value": "Lieferant",
-                  "valueType": "xs:string"
-                },
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": [
                 {
                   "idShort": "Firmenname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Holzlieferant GmbH",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Anrede",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Herr",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Vorname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Waldemar",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Nachname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Schwarz",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Adresse",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Turmstr. 15, Aachen 52064",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Umsatzbesteuerung",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "rb",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "IBAN",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "DE1234567890",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Steuernummer",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "99999999999",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Telefonnummern",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
-                  "semanticIdListElement": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                      }
-                    ]
-                  },
                   "valueTypeListElement": "xs:string",
                   "value": [
                     {
                       "idShort": "Telefon1",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "0241-123456",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Telefon2",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "0176-123456",
                       "valueType": "xs:string"
                     }
@@ -1376,31 +2261,29 @@
                 {
                   "idShort": "Emailadressen",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
-                  "semanticIdListElement": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                      }
-                    ]
-                  },
                   "valueTypeListElement": "xs:string",
                   "value": [
                     {
                       "idShort": "Email1",
                       "modelType": "Property",
-                      "semanticId": {
-                        "type": "GlobalReference",
-                        "keys": [
-                          {
-                            "type": "GlobalReference",
-                            "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                          }
-                        ]
-                      },
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "schwarz@waldemar.de",
                       "valueType": "xs:string"
                     }
@@ -1411,294 +2294,418 @@
             {
               "idShort": "Kaeufer",
               "modelType": "SubmodelElementCollection",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "basys4forestry.de/Kontakt"
-                  }
-                ]
-              },
-              "value": [
+              "qualifiers": [
                 {
-                  "idShort": "Kontaktrolle",
-                  "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                      }
-                    ]
-                  },
-                  "value": "Kaeufer",
-                  "valueType": "xs:string"
-                },
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": [
                 {
                   "idShort": "Firmenname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Kaeufer GmbH",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Anrede",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Herr",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Vorname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Max",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Nachname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Mustermann",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Adresse",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Turmstr. 15, Aachen 52064",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Umsatzbesteuerung",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "rb",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "IBAN",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "DE1234567890",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Steuernummer",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "99999999999",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Telefonnummern",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
-                  "semanticIdListElement": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                      }
-                    ]
-                  },
-                  "valueTypeListElement": "xs:string"
+                  "valueTypeListElement": "xs:string",
+                  "value": [
+                    {
+                      "idShort": "Telefon1",
+                      "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "0241-123456",
+                      "valueType": "xs:string"
+                    }
+                  ]
                 },
                 {
                   "idShort": "Emailadressen",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
-                  "semanticIdListElement": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                      }
-                    ]
-                  },
-                  "valueTypeListElement": "xs:string"
+                  "valueTypeListElement": "xs:string",
+                  "value": [
+                    {
+                      "idShort": "Email1",
+                      "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Kaeufer@example.com",
+                      "valueType": "xs:string"
+                    }
+                  ]
                 }
               ]
             },
             {
               "idShort": "Fuhrmann",
               "modelType": "SubmodelElementCollection",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "basys4forestry.de/Kontakt"
-                  }
-                ]
-              },
-              "value": [
+              "qualifiers": [
                 {
-                  "idShort": "Kontaktrolle",
-                  "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                      }
-                    ]
-                  },
-                  "value": "Fuhrmann",
-                  "valueType": "xs:string"
-                },
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": [
                 {
                   "idShort": "Firmenname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Fuhrmann GmbH",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Anrede",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Herr",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Vorname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Max",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Nachname",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Mustermann",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Adresse",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "Turmstr. 15, Aachen 52064",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Umsatzbesteuerung",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "rb",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "IBAN",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "DE1234567890",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Steuernummer",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "99999999999",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Telefonnummern",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
-                  "semanticIdListElement": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                      }
-                    ]
-                  },
-                  "valueTypeListElement": "xs:string"
+                  "valueTypeListElement": "xs:string",
+                  "value": [
+                    {
+                      "idShort": "Telefon1",
+                      "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "0241-123456",
+                      "valueType": "xs:string"
+                    }
+                  ]
                 },
                 {
                   "idShort": "Emailadressen",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
-                  "semanticIdListElement": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                      }
-                    ]
-                  },
-                  "valueTypeListElement": "xs:string"
+                  "valueTypeListElement": "xs:string",
+                  "value": [
+                    {
+                      "idShort": "Email1",
+                      "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "value": "Fuhrmann@example.com",
+                      "valueType": "xs:string"
+                    }
+                  ]
                 }
               ]
             },
             {
               "idShort": "Projekt",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Eslohe2023",
               "valueType": "xs:string"
             },
             {
               "idShort": "Hieb",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "df",
               "valueType": "xs:string"
             },
             {
               "idShort": "Notiz",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Dieses Holz ist sehr gut",
               "valueType": "xs:string"
             }
@@ -1707,52 +2714,124 @@
         {
           "idShort": "Sortimentstyp",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "st",
           "valueType": "xs:string"
         },
         {
           "idShort": "Sorte",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "lg",
           "valueType": "xs:string"
         },
         {
           "idShort": "Holzart",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "fi",
           "valueType": "xs:string"
         },
         {
           "idShort": "PolterListe",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "Polter1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "OneToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Polternummer",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "100",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Vermessungsverfahren",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "mit",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Polterstatus",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Vermessen",
                   "valueType": "xs:string"
                 },
                 {
-                  "idShort": "Foto",
+                  "idShort": "Fotos",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
                   "valueTypeListElement": "xs:string",
@@ -1760,12 +2839,28 @@
                     {
                       "idShort": "Foto1",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Altenbrak_Holz.JPG/1920px-Altenbrak_Holz.JPG",
                       "valueType": "xs:string"
                     },
                     {
                       "idShort": "Foto2",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "https://de.wikipedia.org/wiki/Polter#/media/Datei:Baumst%C3%A4mme_bei_St%C3%BCbeckshorn.jpg",
                       "valueType": "xs:string"
                     }
@@ -1774,6 +2869,14 @@
                 {
                   "idShort": "Videos",
                   "modelType": "SubmodelElementList",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "orderRelevant": true,
                   "typeValueListElement": "Property",
                   "valueTypeListElement": "xs:string",
@@ -1781,6 +2884,14 @@
                     {
                       "idShort": "Video1",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "https://www.youtube.com/watch?v=b65SSRfDwUo",
                       "valueType": "xs:string"
                     }
@@ -1789,50 +2900,122 @@
                 {
                   "idShort": "Messergebnis_EinzelstammListe",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "Einzelstaemme",
                       "modelType": "SubmodelElementList",
+                      "qualifiers": [
+                        {
+                          "value": "One",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "orderRelevant": true,
                       "typeValueListElement": "SubmodelElementCollection",
                       "value": [
                         {
                           "idShort": "Einzelstamm1",
                           "modelType": "SubmodelElementCollection",
+                          "qualifiers": [
+                            {
+                              "value": "OneToMany",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": [
                             {
                               "idShort": "Menge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "3.4",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammlaenge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "4.2",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "1",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Mittendurchmesser",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "47.0",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Gueteklasse",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "in",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Klammerstammabschnittsnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "valueType": "xs:string"
                             }
                           ]
@@ -1840,40 +3023,96 @@
                         {
                           "idShort": "Einzelstamm2",
                           "modelType": "SubmodelElementCollection",
+                          "qualifiers": [
+                            {
+                              "value": "OneToMany",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": [
                             {
                               "idShort": "Menge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "4.7",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammlaenge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "4.3",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "2",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Mittendurchmesser",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "63.0",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Gueteklasse",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "a",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Klammerstammabschnittsnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "valueType": "xs:string"
                             }
                           ]
@@ -1881,40 +3120,96 @@
                         {
                           "idShort": "Einzelstamm3",
                           "modelType": "SubmodelElementCollection",
+                          "qualifiers": [
+                            {
+                              "value": "OneToMany",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": [
                             {
                               "idShort": "Menge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "2.7",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammlaenge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "2.3",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "3",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Mittendurchmesser",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "63.0",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Gueteklasse",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "a",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Klammerstammabschnittsnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "1",
                               "valueType": "xs:string"
                             }
@@ -1923,40 +3218,96 @@
                         {
                           "idShort": "Einzelstamm4",
                           "modelType": "SubmodelElementCollection",
+                          "qualifiers": [
+                            {
+                              "value": "OneToMany",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": [
                             {
                               "idShort": "Menge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "1.7",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammlaenge",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "1.3",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Stammnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "3",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Mittendurchmesser",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "One",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "43.0",
                               "valueType": "xs:double"
                             },
                             {
                               "idShort": "Gueteklasse",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "b",
                               "valueType": "xs:string"
                             },
                             {
                               "idShort": "Klammerstammabschnittsnummer",
                               "modelType": "Property",
+                              "qualifiers": [
+                                {
+                                  "value": "ZeroToOne",
+                                  "kind": "ConceptQualifier",
+                                  "valueType": "xs:string",
+                                  "type": "Cardinality"
+                                }
+                              ],
                               "value": "2",
                               "valueType": "xs:string"
                             }
@@ -1969,38 +3320,94 @@
                 {
                   "idShort": "Standort",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "Koordinate",
                       "modelType": "SubmodelElementCollection",
+                      "qualifiers": [
+                        {
+                          "value": "OneToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": [
                         {
                           "idShort": "x",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "30.00004",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "y",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "120.8",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "alt",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "crs",
                           "modelType": "Property",
-                          "valueType": "xs:double"
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
+                          "valueType": "xs:string"
                         }
                       ]
                     },
                     {
                       "idShort": "Notiz",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "Die Position",
                       "valueType": "xs:string"
                     }
@@ -2013,34 +3420,96 @@
         {
           "idShort": "Preismatrix",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "Preismatrixeintrag1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Preis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "50.5",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "45.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "55.0",
                   "valueType": "xs:double"
                 },
                 {
-                  "idShort": "Gueteklasse",
+                  "idShort": "GueteklasseVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "in",
+                  "valueType": "xs:string"
+                },
+                {
+                  "idShort": "GueteklasseBis",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "in",
                   "valueType": "xs:string"
                 }
@@ -2049,28 +3518,82 @@
             {
               "idShort": "Preismatrixeintrag2",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Preis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "50.5",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "55.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "65.0",
                   "valueType": "xs:double"
                 },
                 {
-                  "idShort": "Gueteklasse",
+                  "idShort": "GueteklasseVon",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "a",
+                  "valueType": "xs:string"
+                },
+                {
+                  "idShort": "GueteklasseBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "a",
                   "valueType": "xs:string"
                 }
@@ -2088,52 +3611,124 @@
         {
           "idShort": "Holzpreisbereich1",
           "modelType": "SubmodelElementCollection",
+          "qualifiers": [
+            {
+              "value": "ZeroToMany",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": [
             {
               "idShort": "Baumart",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "fi",
               "valueType": "xs:string"
             },
             {
               "idShort": "PreisVon",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "50.0",
               "valueType": "xs:double"
             },
             {
               "idShort": "PreisBis",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "80.0",
               "valueType": "xs:double"
             },
             {
               "idShort": "Sorte",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "lg",
               "valueType": "xs:string"
             },
             {
               "idShort": "Gueteklasse",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "a",
               "valueType": "xs:string"
             },
             {
               "idShort": "MittendurchmesserVon",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "40.3",
               "valueType": "xs:double"
             },
             {
               "idShort": "MittendurchmesserBis",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "60.4",
               "valueType": "xs:double"
             },
             {
-              "idShort": "Holzliste",
+              "idShort": "HolzlisteReference",
               "modelType": "ReferenceElement",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": {
                 "type": "ModelReference",
                 "keys": [
@@ -2147,12 +3742,28 @@
             {
               "idShort": "Datum",
               "modelType": "Property",
-              "value": "2023-05-02",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
+              "value": "2023-06-29",
               "valueType": "xs:date"
             },
             {
               "idShort": "Quelle",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Dies ist eine Quelle",
               "valueType": "xs:string"
             }
@@ -2168,188 +3779,237 @@
         {
           "idShort": "Verkaufsstatus",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "10",
           "valueType": "xs:integer"
         },
         {
           "idShort": "Abrechnungsmass",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "mit",
           "valueType": "xs:string"
         },
         {
           "idShort": "Bereitstellungsart",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "cpt",
           "valueType": "xs:string"
         },
         {
           "idShort": "VerfuegbarAb",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "2023-01-01",
           "valueType": "xs:date"
         },
         {
           "idShort": "VerfuegbarBis",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "2023-12-31",
           "valueType": "xs:date"
         },
         {
           "idShort": "Verkaeufer",
           "modelType": "SubmodelElementCollection",
-          "semanticId": {
-            "type": "GlobalReference",
-            "keys": [
-              {
-                "type": "GlobalReference",
-                "value": "basys4forestry.de/Kontakt"
-              }
-            ]
-          },
-          "value": [
+          "qualifiers": [
             {
-              "idShort": "Kontaktrolle",
-              "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO204#003"
-                  }
-                ]
-              },
-              "value": "Lieferant",
-              "valueType": "xs:string"
-            },
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
+          "value": [
             {
               "idShort": "Firmenname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAW001#001"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Holzlieferant GmbH",
               "valueType": "xs:string"
             },
             {
               "idShort": "Anrede",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO208#003"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Herr",
               "valueType": "xs:string"
             },
             {
               "idShort": "Vorname",
               "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO206#002"
-                  }
-                ]
-              },
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Waldemar",
               "valueType": "xs:string"
             },
             {
-              "idShort": "Nachname",
-              "modelType": "Property",
-              "semanticId": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO205#002"
-                  }
-                ]
-              },
+              "idShort": "Nachname",
+              "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Schwarz",
               "valueType": "xs:string"
             },
             {
               "idShort": "Adresse",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Turmstr. 15, Aachen 52064",
               "valueType": "xs:string"
             },
             {
               "idShort": "Umsatzbesteuerung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "rb",
               "valueType": "xs:string"
             },
             {
               "idShort": "IBAN",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "DE1234567890",
               "valueType": "xs:string"
             },
             {
               "idShort": "Steuernummer",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "99999999999",
               "valueType": "xs:string"
             },
             {
               "idShort": "Telefonnummern",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                  }
-                ]
-              },
               "valueTypeListElement": "xs:string",
               "value": [
                 {
                   "idShort": "Telefon1",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "0241-123456",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Telefon2",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO136#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "0176-123456",
                   "valueType": "xs:string"
                 }
@@ -2358,31 +4018,29 @@
             {
               "idShort": "Emailadressen",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "Property",
-              "semanticIdListElement": {
-                "type": "GlobalReference",
-                "keys": [
-                  {
-                    "type": "GlobalReference",
-                    "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                  }
-                ]
-              },
               "valueTypeListElement": "xs:string",
               "value": [
                 {
                   "idShort": "Email1",
                   "modelType": "Property",
-                  "semanticId": {
-                    "type": "GlobalReference",
-                    "keys": [
-                      {
-                        "type": "GlobalReference",
-                        "value": "eldatstandard.de/dokumentation/1.0.2/0173-1#02-AAO198#002"
-                      }
-                    ]
-                  },
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "schwarz@waldemar.de",
                   "valueType": "xs:string"
                 }
@@ -2393,18 +4051,42 @@
         {
           "idShort": "Notiz",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "Dies ist ein Verkaufslos",
           "valueType": "xs:string"
         },
         {
           "idShort": "Holzlisten",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "ReferenceElement",
           "value": [
             {
-              "idShort": "Holzliste1",
+              "idShort": "HolzlisteReference1",
               "modelType": "ReferenceElement",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": {
                 "type": "ModelReference",
                 "keys": [
@@ -2420,34 +4102,96 @@
         {
           "idShort": "Preismatrix",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "Preismatrixeintrag1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Preis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "50.5",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "45.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "55.0",
                   "valueType": "xs:double"
                 },
                 {
-                  "idShort": "Gueteklasse",
+                  "idShort": "GueteklasseVon",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "in",
+                  "valueType": "xs:string"
+                },
+                {
+                  "idShort": "GueteklasseBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "in",
                   "valueType": "xs:string"
                 }
@@ -2456,28 +4200,82 @@
             {
               "idShort": "Preismatrixeintrag2",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Preis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "50.5",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserVon",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "55.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "MittendurchmesserBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "65.0",
                   "valueType": "xs:double"
                 },
                 {
-                  "idShort": "Gueteklasse",
+                  "idShort": "GueteklasseVon",
+                  "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "value": "a",
+                  "valueType": "xs:string"
+                },
+                {
+                  "idShort": "GueteklasseBis",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "One",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "a",
                   "valueType": "xs:string"
                 }
@@ -2495,66 +4293,162 @@
         {
           "idShort": "Beschreibung",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "beschreibung",
           "valueType": "xs:string"
         },
         {
           "idShort": "Erstellungsdatum",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "valueType": "xs:date"
         },
         {
           "idShort": "Aktualisierungsdatum",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "valueType": "xs:date"
         },
         {
           "idShort": "Breite",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "150.5",
           "valueType": "xs:double"
         },
         {
           "idShort": "Wegpunkte",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "Standort1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Koordinate",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Notiz",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Die Position",
                   "valueType": "xs:string"
                 }
@@ -2565,44 +4459,108 @@
         {
           "idShort": "Wendepunkte",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "Standort1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Koordinate",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Notiz",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "Die Position",
                   "valueType": "xs:string"
                 }
@@ -2617,15 +4575,17 @@
       "modelType": "Submodel",
       "id": "https://www.company.com/submodels/zu_faellende_baeume",
       "submodelElements": [
-        {
-          "idShort": "Name",
-          "modelType": "Property",
-          "value": "Baueme zu faellen",
-          "valueType": "xs:string"
-        },
         {
           "idShort": "Beschreibung",
           "modelType": "Property",
+          "qualifiers": [
+            {
+              "value": "One",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": "Baueme sollen demnaechst gefaellt werden",
           "valueType": "xs:string"
         },
@@ -2636,102 +4596,246 @@
             {
               "idShort": "Name",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "name",
               "valueType": "xs:string"
             },
             {
               "idShort": "Beschreibung",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "beschreibung",
               "valueType": "xs:string"
             },
             {
               "idShort": "Koordinaten",
               "modelType": "SubmodelElementList",
+              "qualifiers": [
+                {
+                  "value": "One",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "orderRelevant": true,
               "typeValueListElement": "SubmodelElementCollection",
               "value": [
                 {
                   "idShort": "Koordinate1",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "8.916091918945312",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "49.86861816524657",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Koordinate2",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 },
                 {
                   "idShort": "Koordinate3",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "OneToMany",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "x",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "30.00004",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "y",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "120.8",
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "alt",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "valueType": "xs:double"
                     },
                     {
                       "idShort": "crs",
                       "modelType": "Property",
-                      "valueType": "xs:double"
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
+                      "valueType": "xs:string"
                     }
                   ]
                 }
@@ -2740,40 +4844,96 @@
           ]
         },
         {
-          "idShort": "Standort",
+          "idShort": "Position",
           "modelType": "SubmodelElementCollection",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "value": [
             {
               "idShort": "Koordinate",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "OneToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "x",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "30.00004",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "y",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "120.8",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "alt",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "crs",
                   "modelType": "Property",
-                  "valueType": "xs:double"
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
+                  "valueType": "xs:string"
                 }
               ]
             },
             {
               "idShort": "Notiz",
               "modelType": "Property",
+              "qualifiers": [
+                {
+                  "value": "ZeroToOne",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": "Die Position",
               "valueType": "xs:string"
             }
@@ -2782,66 +4942,162 @@
         {
           "idShort": "Baumliste",
           "modelType": "SubmodelElementList",
+          "qualifiers": [
+            {
+              "value": "ZeroToOne",
+              "kind": "ConceptQualifier",
+              "valueType": "xs:string",
+              "type": "Cardinality"
+            }
+          ],
           "orderRelevant": true,
           "typeValueListElement": "SubmodelElementCollection",
           "value": [
             {
               "idShort": "StehenderBaum1",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Hoehe",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "20.3",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "bhd",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "30.2",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Baumart",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "fi",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Position",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "Koordinate",
                       "modelType": "SubmodelElementCollection",
+                      "qualifiers": [
+                        {
+                          "value": "OneToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": [
                         {
                           "idShort": "x",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "8.916091918945312",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "y",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "49.86861816524657",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "alt",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "crs",
                           "modelType": "Property",
-                          "valueType": "xs:double"
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
+                          "valueType": "xs:string"
                         }
                       ]
                     },
                     {
                       "idShort": "Notiz",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "Die Position Fichte",
                       "valueType": "xs:string"
                     }
@@ -2852,60 +5108,148 @@
             {
               "idShort": "StehenderBaum2",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Hoehe",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "17.0",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "bhd",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "31.2",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Baumart",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "ei",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Position",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "Koordinate",
                       "modelType": "SubmodelElementCollection",
+                      "qualifiers": [
+                        {
+                          "value": "OneToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": [
                         {
                           "idShort": "x",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "30.00004",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "y",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "120.8",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "alt",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "crs",
                           "modelType": "Property",
-                          "valueType": "xs:double"
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
+                          "valueType": "xs:string"
                         }
                       ]
                     },
                     {
                       "idShort": "Notiz",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "Die Position Eiche",
                       "valueType": "xs:string"
                     }
@@ -2916,60 +5260,148 @@
             {
               "idShort": "StehenderBaum3",
               "modelType": "SubmodelElementCollection",
+              "qualifiers": [
+                {
+                  "value": "ZeroToMany",
+                  "kind": "ConceptQualifier",
+                  "valueType": "xs:string",
+                  "type": "Cardinality"
+                }
+              ],
               "value": [
                 {
                   "idShort": "Hoehe",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "15.3",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "bhd",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "20.2",
                   "valueType": "xs:double"
                 },
                 {
                   "idShort": "Baumart",
                   "modelType": "Property",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": "bu",
                   "valueType": "xs:string"
                 },
                 {
                   "idShort": "Position",
                   "modelType": "SubmodelElementCollection",
+                  "qualifiers": [
+                    {
+                      "value": "ZeroToOne",
+                      "kind": "ConceptQualifier",
+                      "valueType": "xs:string",
+                      "type": "Cardinality"
+                    }
+                  ],
                   "value": [
                     {
                       "idShort": "Koordinate",
                       "modelType": "SubmodelElementCollection",
+                      "qualifiers": [
+                        {
+                          "value": "OneToMany",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": [
                         {
                           "idShort": "x",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "30.00004",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "y",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "value": "120.8",
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "alt",
                           "modelType": "Property",
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
                           "valueType": "xs:double"
                         },
                         {
                           "idShort": "crs",
                           "modelType": "Property",
-                          "valueType": "xs:double"
+                          "qualifiers": [
+                            {
+                              "value": "ZeroToOne",
+                              "kind": "ConceptQualifier",
+                              "valueType": "xs:string",
+                              "type": "Cardinality"
+                            }
+                          ],
+                          "valueType": "xs:string"
                         }
                       ]
                     },
                     {
                       "idShort": "Notiz",
                       "modelType": "Property",
+                      "qualifiers": [
+                        {
+                          "value": "ZeroToOne",
+                          "kind": "ConceptQualifier",
+                          "valueType": "xs:string",
+                          "type": "Cardinality"
+                        }
+                      ],
                       "value": "Die Position Buche",
                       "valueType": "xs:string"
                     }
-- 
GitLab