diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 444a395..431fcf4 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -11,7 +11,7 @@ We would like to start with saying thank you for wanting to contribute to ReqIFS
1. [Fork](http://help.github.com/forking/) on GitHub
1. Clone your fork locally
-1. Configure the upstream repo (`git remote add upstream git://github.com/RHEAGROUP/ReqIFSharp`)
+1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/ReqIFSharp`)
1. Checkout development
1. Create a local branch (`git checkout -b myBranch`) from development
1. Work on your feature
@@ -44,9 +44,9 @@ When you're ready to go you should confirm that you are up to date and rebased w
1. `git push origin myBranch`
1. Send a descriptive [Pull Request](https://help.github.com/articles/creating-a-pull-request/) on GitHub - making sure you have selected the correct branch in the GitHub UI!
-1. Wait for @samatrhea to merge your changes in.
+1. Wait for @samatstarion to merge your changes in.
-And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/RHEAGROUP/ReqIFSharp/wiki) once it has been pulled in
+And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/STARIONGROUP/ReqIFSharp/wiki) once it has been pulled in
## Style Guidelines
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index a691cf3..9e2ccff 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -2,7 +2,7 @@
- [ ] I have written a descriptive issue title
- [ ] I have verified that I am running the latest version of the ReqIFSharp
-- [ ] I have searched [open](https://github.com/RHEAGROUP/ReqIFSharp/issues) and [closed](https://github.com/RHEAGROUP/ReqIFSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
+- [ ] I have searched [open](https://github.com/STARIONGROUP/ReqIFSharp/issues) and [closed](https://github.com/STARIONGROUP/ReqIFSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
### Description
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c6bfa3c..d4714c8 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,8 +1,8 @@
### Prerequisites
- [ ] I have written a descriptive pull-request title
-- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/RHEAGROUP/ReqIFSharp/pulls) open
-- [ ] I have verified that I am following the ReqIFSharp [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/ReqIFSharp/master/.github/CONTRIBUTING.md)
+- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/ReqIFSharp/pulls) open
+- [ ] I have verified that I am following the ReqIFSharp [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/ReqIFSharp/master/.github/CONTRIBUTING.md)
- [ ] I have provided test coverage for my change (where applicable)
### Description
diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml
index 15276d5..ebe7f82 100644
--- a/.github/workflows/CodeQuality.yml
+++ b/.github/workflows/CodeQuality.yml
@@ -33,7 +33,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet tool install --global dotnet-sonarscanner
- dotnet sonarscanner begin /k:"RHEAGROUP_reqifsharp" /o:"rheagroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
+ dotnet sonarscanner begin /k:"STARIONGROUP_reqifsharp" /o:"stariongroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
- name: Build
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
diff --git a/NOTICE b/NOTICE
index af29f4a..dc92323 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,2 +1,2 @@
ReqIFSharp
-Copyright 2021 RHEA System S.A.
\ No newline at end of file
+Copyright 2021-2024 Starion Group S.A.
\ No newline at end of file
diff --git a/README.md b/README.md
index b7e45f7..9f68088 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
-
+
-ReqIFSharp is a C# library for reading and writing ReqIF documents. ReqIFSharp is used in RHEA products such as [COMET](https://www.rheagroup.com/services-solutions/system-engineering/concurrent-design/) and a web based ReqIF [Viewer](https://viewer.reqifsharp.org). Read more about it here: https://www.reqifsharp.org
+ReqIFSharp is a C# library for reading and writing ReqIF documents. ReqIFSharp is used in Starion products such as [CDP4-COMET](https://www.rheagroup.com/services-solutions/system-engineering/concurrent-design/) and a web based ReqIF [Viewer](https://viewer.reqifsharp.org). Read more about it here: https://www.reqifsharp.org
-[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=coverage)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
-[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_reqifsharp&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_reqifsharp)
+[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=coverage)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
+[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_reqifsharp&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_reqifsharp)
## Installation
@@ -25,8 +25,8 @@ GitHub actions are used to build and test the library
Branch | Build Status
------- | :------------
-Master | ![Build Status](https://github.com/RHEAGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=master)
-Development | ![Build Status](https://github.com/RHEAGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=development)
+Master | ![Build Status](https://github.com/STARIONGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=master)
+Development | ![Build Status](https://github.com/STARIONGROUP/reqifsharp/actions/workflows/CodeQuality.yml/badge.svg?branch=development)
# License
@@ -34,4 +34,4 @@ The reqifsharp library is provided to the community under the Apache License 2.0
# Contributions
-Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@rheagroup.com. You can find the CLA's in the CLA folder.
\ No newline at end of file
+Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.
\ No newline at end of file
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs
index 4c6937e..448f0cf 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs
index 73ba7ea..103eda2 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs
index 1f2619c..115dc58 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs
index 5b18da3..8017a21 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs
index 0d22983..3ee9bd3 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs
index 9517ca8..e9fee3d 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs
index 027edf1..be7f307 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs
index 4d36cfd..6d4a5df 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs
index fce874f..23370f2 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs
index f07c089..ee0f773 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj b/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj
deleted file mode 100644
index 4e8ed0d..0000000
--- a/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
- net8.0
- RHEA System S.A.
- Sam Gerene
- Nunit test suite for the ReqIFSharp.Extensions library
- Copyright 2017-2024 RHEA System S.A.
- https://github.com/RHEAGROUP/reqifsharp.git
- Git
- disable
- false
-
-
-
-
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
-
- Always
-
-
- Always
-
-
- Always
-
-
-
-
\ No newline at end of file
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup.Extensions.Tests.csproj b/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup.Extensions.Tests.csproj
deleted file mode 100644
index dde1f2f..0000000
--- a/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup.Extensions.Tests.csproj
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
- net6.0
- enable
- enable
-
- false
-
-
-
-
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj b/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj
index 4e8ed0d..45a0f1b 100644
--- a/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj
+++ b/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj
@@ -2,11 +2,11 @@
net8.0
- RHEA System S.A.
- Sam Gerene
+ Starion Group S.A.
+ Sam Gerené
Nunit test suite for the ReqIFSharp.Extensions library
- Copyright 2017-2024 RHEA System S.A.
- https://github.com/RHEAGROUP/reqifsharp.git
+ Copyright 2017-2024 Starion Group S.A.
+ https://github.com/STARIONGROUP/reqifsharp.git
Git
disable
false
diff --git a/ReqIFSharp.Extensions.Tests/Services/ReqIFLoaderServiceTestFixture.cs b/ReqIFSharp.Extensions.Tests/Services/ReqIFLoaderServiceTestFixture.cs
index c9d1728..0fd05b1 100644
--- a/ReqIFSharp.Extensions.Tests/Services/ReqIFLoaderServiceTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/Services/ReqIFLoaderServiceTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2021 RHEA System S.A.
+// Copyright 2021 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs
index 0b67cf4..8a743c5 100644
--- a/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs
+++ b/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs b/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs
index 59561f5..ded5a4a 100644
--- a/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs
+++ b/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs b/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs
index 0f11779..cf45f2f 100644
--- a/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs
+++ b/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs
index 1cd3ab8..c6af551 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs
index e3715b7..f4c0e40 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs
index fbf44ca..031c3fd 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs
index a20bfa9..2a8a287 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs
index 3dff8ec..15e8160 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs
index 3ba081a..a0ae938 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs
index adf9e85..8c6c7c5 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs
index 90cad0c..c0b80b4 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs
index 96eccbd..2e18c51 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs
index 34c2965..cb8cd15 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs
index beb86cd..57ddf1c 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs
index 786340b..f1d5da3 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs
index 6a238ad..5175857 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs
index 7d770c7..7355842 100644
--- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs
+++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj b/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj
index 6be8a7e..792c23b 100644
--- a/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj
+++ b/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj
@@ -2,14 +2,14 @@
netstandard2.0
- 2.1.1
+ 3.0.0
A .NET library that provides extenions and services to operate on ReqIF documents.
ReqIFSharp.Extensions
- RHEA System S.A.
- Copyright 2017-2024 RHEA System S.A.
+ Starion Group S.A.
+ Copyright 2017-2024 Starion Group S.A.
https://reqifsharp.org
Apache-2.0
- https://github.com/RHEAGROUP/reqifsharp.git
+ https://github.com/STARIONGROUP/reqifsharp.git
Git
reqifsharp-extensions-logo-small.png
ReqIF
@@ -19,7 +19,7 @@
true
true
- [Update] reqifsharp 7.1.1
+ - [Update] to Starion Group
latest
README.md
diff --git a/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs b/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs
index 8d94b70..f658b7e 100644
--- a/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs
+++ b/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs b/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs
index 99c8c86..04f474b 100644
--- a/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs
+++ b/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs b/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs
index c77579a..67ced50 100644
--- a/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs
+++ b/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AlternativeIdTestFixture.cs b/ReqIFSharp.Tests/AlternativeIdTestFixture.cs
index 19dc397..8a3f90b 100644
--- a/ReqIFSharp.Tests/AlternativeIdTestFixture.cs
+++ b/ReqIFSharp.Tests/AlternativeIdTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs
index bc85679..e15867c 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs
index c4cbf85..cf2000e 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs
index d7869ce..dc5ee36 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs
index a371646..3b40120 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs
index 6278ebc..a489788 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs
index f14ae2b..8b8a874 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs
index cf1fbf1..0d55049 100644
--- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs
index 83673ac..e95aabd 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs
index f4fa31e..169c70e 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs
index d555a06..d3b7ed9 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs
index c5c7468..16cf3d9 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs
index e2be3d9..2e53c4f 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs
index 0e74412..e500246 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs
index 2c6aada..393e0c3 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs
index 62a0a03..9e55134 100644
--- a/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs
+++ b/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs b/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs
index 58ede94..64395ed 100644
--- a/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs
+++ b/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs b/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs
index b003daa..cadb279 100644
--- a/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs
+++ b/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs b/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs
index 63eed76..e16863a 100644
--- a/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs
+++ b/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs b/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs
index 427a0d3..f493181 100644
--- a/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs
+++ b/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/Properties/AssemblyInfo.cs b/ReqIFSharp.Tests/Properties/AssemblyInfo.cs
index 90bc73f..fa29847 100644
--- a/ReqIFSharp.Tests/Properties/AssemblyInfo.cs
+++ b/ReqIFSharp.Tests/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs b/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs
index c2b3f5b..7aa35b1 100644
--- a/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs
+++ b/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -226,8 +226,8 @@ public void Verify_that_the_Tool_Extensions_are_Deserialized_from_ProR_Traceabil
var toolExtension = reqIf.ToolExtension.First();
Assert.That(toolExtension.InnerXml, Is.Not.Empty);
- }
-
+ }
+
[Test]
public async Task Verify_that_the_Tool_Extensions_are_DeserializedAsync_from_ProR_Traceability_template()
{
diff --git a/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs b/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs
index 5122eb4..5fa3e38 100644
--- a/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs
+++ b/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs b/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs
index 5f5ea77..9a8e134 100644
--- a/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs
+++ b/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj b/ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj
deleted file mode 100644
index 7872048..0000000
--- a/ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
- net8.0
- RHEA System S.A.
- Sam Gerene, Naron Phou
- Nunit test suite for the ReqIFSharp library
- Copyright 2017-2024 RHEA System S.A.
- https://github.com/RHEAGROUP/reqifsharp.git
- Git
- disable
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
-
-
\ No newline at end of file
diff --git a/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj b/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj
index 7872048..02b7789 100644
--- a/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj
+++ b/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj
@@ -3,11 +3,11 @@
net8.0
- RHEA System S.A.
+ Starion Group S.A.
Sam Gerene, Naron Phou
Nunit test suite for the ReqIFSharp library
- Copyright 2017-2024 RHEA System S.A.
- https://github.com/RHEAGROUP/reqifsharp.git
+ Copyright 2017-2024 Starion Group S.A.
+ https://github.com/STARIONGROUP/reqifsharp.git
Git
disable
false
diff --git a/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs b/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs
index ffd7266..82de763 100644
--- a/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs
+++ b/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/SampleDebugTestFixture.cs b/ReqIFSharp.Tests/SampleDebugTestFixture.cs
index bc22a8c..67d0410 100644
--- a/ReqIFSharp.Tests/SampleDebugTestFixture.cs
+++ b/ReqIFSharp.Tests/SampleDebugTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs
index 21cd866..c926b44 100644
--- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs
+++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -78,8 +78,8 @@ public void Verify_That_WriteXml_Throws_Exception_When_Type_Is_Null()
.With.Message.EqualTo("The TargetSpecification property of RelationGroup : may not be null"));
}
}
- }
-
+ }
+
[Test]
public void Verify_That_WriteXmlAsync_Throws_Exception_When_Type_Is_Null()
{
@@ -113,8 +113,8 @@ public void Verify_That_WriteXmlAsync_Throws_Exception_When_Type_Is_Null()
// target specification is not set
var sourceSpecification = new Specification();
- relationGroup.SourceSpecification = sourceSpecification;
-
+ relationGroup.SourceSpecification = sourceSpecification;
+
using (var memoryStream = new MemoryStream())
{
using (var writer = XmlWriter.Create(memoryStream, new XmlWriterSettings { Indent = true }))
diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs
index 29c22e3..3a7ecae 100644
--- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs
+++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs
index 52309b4..cfe750d 100644
--- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs
+++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs
index 04d6fa3..30950ca 100644
--- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs
+++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs
index f1c2c8b..0ac248a 100644
--- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs
+++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs b/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs
index 3fa1472..875d7e0 100644
--- a/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs
+++ b/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp.sln.DotSettings b/ReqIFSharp.sln.DotSettings
index 766b4e7..0b13218 100644
--- a/ReqIFSharp.sln.DotSettings
+++ b/ReqIFSharp.sln.DotSettings
@@ -1,8 +1,8 @@
-------------------------------------------------------------------------------------------------
- <copyright file="${File.FileName}" company="RHEA System S.A.">
+ <copyright file="${File.FileName}" company="Starion Group S.A.">
- Copyright 2017-2022 RHEA System S.A.
+ Copyright 2017-2024 Starion Group S.A.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/AccessControlledElement.cs b/ReqIFSharp/AccessControlledElement.cs
index c8c2165..f6f8a8b 100644
--- a/ReqIFSharp/AccessControlledElement.cs
+++ b/ReqIFSharp/AccessControlledElement.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -74,8 +74,8 @@ internal override void ReadXml(XmlReader reader)
{
this.IsEditable = XmlConvert.ToBoolean(isEditable);
}
- }
-
+ }
+
///
/// Converts a object into its XML representation.
///
@@ -90,8 +90,8 @@ internal override void WriteXml(XmlWriter writer)
{
writer.WriteAttributeString("IS-EDITABLE", "true");
}
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AlternativeID.cs b/ReqIFSharp/AlternativeID.cs
index 1d96cb6..f9b5757 100644
--- a/ReqIFSharp/AlternativeID.cs
+++ b/ReqIFSharp/AlternativeID.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -71,8 +71,8 @@ internal AlternativeId(Identifiable identifiable)
internal void WriteXml(XmlWriter writer)
{
writer.WriteAttributeString("IDENTIFIER", this.Identifier);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs
index 2bee7f6..9faf0dd 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs
index 40b6a08..a584a14 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -62,11 +62,11 @@ public AttributeDefinitionBoolean()
///
///
/// The (injected) used to setup logging
- ///
- internal AttributeDefinitionBoolean(SpecType specType, ILoggerFactory loggerFactory)
+ ///
+ internal AttributeDefinitionBoolean(SpecType specType, ILoggerFactory loggerFactory)
: base(specType, loggerFactory)
{
- this.logger = this.loggerFactory == null ? NullLogger.Instance : this.loggerFactory.CreateLogger();
+ this.logger = this.loggerFactory == null ? NullLogger.Instance : this.loggerFactory.CreateLogger();
}
///
@@ -149,8 +149,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -232,8 +232,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("DATATYPE-DEFINITION-BOOLEAN-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs
index 79f39b3..f300f22 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -149,8 +149,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -236,8 +236,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("DATATYPE-DEFINITION-DATE-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs
index c4e6e07..cda800a 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -258,8 +258,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("DATATYPE-DEFINITION-ENUMERATION-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs
index 464cb0f..8f60a2d 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs
index 15d4e1d..7006824 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -52,8 +52,8 @@ public class AttributeDefinitionReal : AttributeDefinitionSimple
public AttributeDefinitionReal()
{
this.logger = NullLogger.Instance;
- }
-
+ }
+
///
/// Initializes a new instance of the class.
///
@@ -149,8 +149,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -231,8 +231,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("DATATYPE-DEFINITION-REAL-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs
index d1ba671..5ef28fd 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs
index a9eebdf..99e0ecb 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -149,8 +149,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -231,8 +231,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("DATATYPE-DEFINITION-STRING-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs
index 010ac27..b4a8848 100644
--- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs
+++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -149,8 +149,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -233,8 +233,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("DATATYPE-DEFINITION-XHTML-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValue.cs b/ReqIFSharp/AttributeValue/AttributeValue.cs
index 79f8762..ee250a6 100644
--- a/ReqIFSharp/AttributeValue/AttributeValue.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValue.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -127,8 +127,8 @@ public AttributeDefinition AttributeDefinition
///
/// an instance of
///
- internal abstract void ReadXml(XmlReader reader);
-
+ internal abstract void ReadXml(XmlReader reader);
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -146,8 +146,8 @@ public AttributeDefinition AttributeDefinition
///
/// an instance of
///
- internal abstract void WriteXml(XmlWriter writer);
-
+ internal abstract void WriteXml(XmlWriter writer);
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs b/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs
index 23e3202..fc1c824 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -93,7 +93,7 @@ public override object ObjectValue
}
this.TheValue = castValue;
- }
+ }
}
///
@@ -161,8 +161,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -221,8 +221,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("DEFINITION");
writer.WriteElementString("ATTRIBUTE-DEFINITION-BOOLEAN-REF", this.Definition.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueDate.cs b/ReqIFSharp/AttributeValue/AttributeValueDate.cs
index 0a44dce..73b0eaf 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueDate.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueDate.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -161,8 +161,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -221,8 +221,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("DEFINITION");
writer.WriteElementString("ATTRIBUTE-DEFINITION-DATE-REF", this.Definition.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs b/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs
index 309660e..9cd991b 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -40,8 +40,8 @@ public class AttributeValueEnumeration : AttributeValue
///
public AttributeValueEnumeration()
{
- }
-
+ }
+
///
/// Instantiated a new instance of the class
///
@@ -180,8 +180,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -248,8 +248,8 @@ internal override void WriteXml(XmlWriter writer)
this.WriteDefinition(writer);
this.WriteValues(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueInteger.cs b/ReqIFSharp/AttributeValue/AttributeValueInteger.cs
index 2d0ce1b..4be2569 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueInteger.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueInteger.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -165,8 +165,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -225,8 +225,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("DEFINITION");
writer.WriteElementString("ATTRIBUTE-DEFINITION-INTEGER-REF", this.Definition.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueReal.cs b/ReqIFSharp/AttributeValue/AttributeValueReal.cs
index df5e3ab..c596014 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueReal.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueReal.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -162,8 +162,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -222,8 +222,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("DEFINITION");
writer.WriteElementString("ATTRIBUTE-DEFINITION-REAL-REF", this.Definition.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueSimple.cs b/ReqIFSharp/AttributeValue/AttributeValueSimple.cs
index c74cf8d..3e6cecb 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueSimple.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueSimple.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/AttributeValue/AttributeValueString.cs b/ReqIFSharp/AttributeValue/AttributeValueString.cs
index 588d5fa..09bd540 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueString.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueString.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -123,8 +123,8 @@ protected override void SetAttributeDefinition(AttributeDefinition attributeDefi
}
this.Definition = (AttributeDefinitionString)attributeDefinition;
- }
-
+ }
+
///
/// Generates a object from its XML representation.
///
@@ -205,8 +205,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("DEFINITION");
writer.WriteElementString("ATTRIBUTE-DEFINITION-STRING-REF", this.Definition.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs b/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs
index dfba371..8e836a7 100644
--- a/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs
+++ b/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -237,8 +237,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -347,8 +347,8 @@ private IEnumerable CreateExternalObjects(string xhtml)
this.logger.LogTrace("a total of {count} ExternalObjects have been created in {time} [sw]", result.Count, sw.ElapsedMilliseconds);
return result;
- }
-
+ }
+
///
/// Creates s from provided XHTML
///
@@ -402,7 +402,7 @@ private async Task> CreateExternalObjectsAsync(strin
result.Add(externalObject);
}
- }
+ }
this.logger.LogTrace("a total of {count} ExternalObjects have been created in {time} [sw]", result.Count, sw.ElapsedMilliseconds);
@@ -444,8 +444,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteRaw(this.TheOriginalValue);
writer.WriteEndElement();
}
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/AttributeValue/ExternalObject.cs b/ReqIFSharp/AttributeValue/ExternalObject.cs
index 312889d..9fdd702 100644
--- a/ReqIFSharp/AttributeValue/ExternalObject.cs
+++ b/ReqIFSharp/AttributeValue/ExternalObject.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/Datatype/DatatypeDefinition.cs b/ReqIFSharp/Datatype/DatatypeDefinition.cs
index 39d059a..a3ba9a1 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinition.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinition.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -36,8 +36,8 @@ public abstract class DatatypeDefinition : Identifiable
///
protected DatatypeDefinition()
{
- }
-
+ }
+
///
/// Initializes a new instance of the class.
///
@@ -104,7 +104,7 @@ protected void ReadAlternativeId(XmlReader reader)
///
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- ///
+ ///
protected async Task ReadAlternativeIdAsync(XmlReader reader, CancellationToken token)
{
using (var subtree = reader.ReadSubtree())
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs b/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs
index d782c4d..914f9d7 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs b/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs
index bfd0a1c..fcdc622 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs b/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs
index cf6a51a..1c6e086 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -99,8 +99,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -169,8 +169,8 @@ internal override void WriteXml(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs b/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs
index 6639c43..d20ad46 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ namespace ReqIFSharp
using System.Xml;
using Microsoft.Extensions.Logging;
-
+
///
/// The purpose of the class is to define the primitive Integer data type
///
@@ -90,8 +90,8 @@ internal override void ReadXml(XmlReader reader)
}
this.ReadAlternativeId(reader);
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -132,8 +132,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteAttributeString("MAX", XmlConvert.ToString(this.Max));
base.WriteXml(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs b/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs
index a8319e4..9fa19f5 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -145,8 +145,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteAttributeString("MAX", XmlConvert.ToString(this.Max));
base.WriteXml(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs b/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs
index e0101a0..e292667 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionString.cs b/ReqIFSharp/Datatype/DatatypeDefinitionString.cs
index 34d5405..9ae7a71 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionString.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionString.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -78,7 +78,7 @@ internal override void ReadXml(XmlReader reader)
this.ReadAlternativeId(reader);
}
-
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -112,8 +112,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteAttributeString("MAX-LENGTH", XmlConvert.ToString(this.MaxLength));
base.WriteXml(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs b/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs
index a955583..01abe5a 100644
--- a/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs
+++ b/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/Datatype/EmbeddedValue.cs b/ReqIFSharp/Datatype/EmbeddedValue.cs
index 8766742..60c7cbe 100644
--- a/ReqIFSharp/Datatype/EmbeddedValue.cs
+++ b/ReqIFSharp/Datatype/EmbeddedValue.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -87,8 +87,8 @@ internal void ReadXml(XmlReader reader)
}
this.OtherContent = reader.GetAttribute("OTHER-CONTENT");
- }
-
+ }
+
///
/// Converts a object into its XML representation.
///
@@ -99,8 +99,8 @@ internal void WriteXml(XmlWriter writer)
{
writer.WriteAttributeString("KEY", XmlConvert.ToString(this.Key));
writer.WriteAttributeString("OTHER-CONTENT", this.OtherContent);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/Datatype/EnumValue.cs b/ReqIFSharp/Datatype/EnumValue.cs
index a721886..dc5f88d 100644
--- a/ReqIFSharp/Datatype/EnumValue.cs
+++ b/ReqIFSharp/Datatype/EnumValue.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -85,8 +85,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -138,8 +138,8 @@ internal override void WriteXml(XmlWriter writer)
this.Properties.WriteXml(writer);
writer.WriteEndElement();
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/DefaultXmlAttributeFactory.cs b/ReqIFSharp/DefaultXmlAttributeFactory.cs
index d37ebdf..7224ced 100644
--- a/ReqIFSharp/DefaultXmlAttributeFactory.cs
+++ b/ReqIFSharp/DefaultXmlAttributeFactory.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/IReqIFDeSerializer.cs b/ReqIFSharp/IReqIFDeSerializer.cs
index 8420e5d..417b0d5 100644
--- a/ReqIFSharp/IReqIFDeSerializer.cs
+++ b/ReqIFSharp/IReqIFDeSerializer.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ namespace ReqIFSharp
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Schema;
-
+
///
/// Specifies the
///
diff --git a/ReqIFSharp/IReqIFSerializer.cs b/ReqIFSharp/IReqIFSerializer.cs
index 2bf5678..f442dcf 100644
--- a/ReqIFSharp/IReqIFSerializer.cs
+++ b/ReqIFSharp/IReqIFSerializer.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/Identifiable.cs b/ReqIFSharp/Identifiable.cs
index d9e57db..e4bf866 100644
--- a/ReqIFSharp/Identifiable.cs
+++ b/ReqIFSharp/Identifiable.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -124,7 +124,7 @@ internal virtual void ReadXml(XmlReader reader)
this.Description = reader.GetAttribute("DESC");
this.LongName = reader.GetAttribute("LONG-NAME");
- }
+ }
///
/// Converts a object into its XML representation.
@@ -162,8 +162,8 @@ internal virtual void WriteXml(XmlWriter writer)
this.AlternativeId.WriteXml(writer);
writer.WriteEndElement();
}
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/Properties/AssemblyInfo.cs b/ReqIFSharp/Properties/AssemblyInfo.cs
index 3c6baeb..2579801 100644
--- a/ReqIFSharp/Properties/AssemblyInfo.cs
+++ b/ReqIFSharp/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/ReqIF.cs b/ReqIFSharp/ReqIF.cs
index a56fa22..1977e42 100644
--- a/ReqIFSharp/ReqIF.cs
+++ b/ReqIFSharp/ReqIF.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -238,8 +238,8 @@ internal void WriteXml(XmlWriter writer)
this.WriteTheHeader(writer);
this.WriteCoreContent(writer);
this.WriteToolExtension(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
@@ -355,8 +355,8 @@ private void WriteTheHeader(XmlWriter writer)
this.TheHeader.WriteXml(writer);
writer.WriteEndElement();
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
@@ -393,8 +393,8 @@ private void WriteCoreContent(XmlWriter writer)
this.CoreContent.WriteXml(writer);
writer.WriteEndElement();
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
@@ -439,8 +439,8 @@ private void WriteToolExtension(XmlWriter writer)
writer.WriteEndElement();
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
diff --git a/ReqIFSharp/ReqIFContent.cs b/ReqIFSharp/ReqIFContent.cs
index 8571d62..5f0d152 100644
--- a/ReqIFSharp/ReqIFContent.cs
+++ b/ReqIFSharp/ReqIFContent.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -179,8 +179,8 @@ internal void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -266,8 +266,8 @@ private void DeserializeDataTypes(XmlReader reader)
datatypeDefinition.ReadXml(reader);
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the DATATYPES
element.
///
@@ -321,8 +321,8 @@ private void DeserializeSpecTypes(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the SPEC-TYPES
element.
///
@@ -381,8 +381,8 @@ private void DeserializeSpectObjects(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the SPEC-OBJECTS
element.
///
@@ -435,8 +435,8 @@ private void DeserializeSpecRelations(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the SPEC-RELATIONS
element.
///
@@ -489,8 +489,8 @@ private void DeserializeSpecifications(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the SPECIFICATIONS
element.
///
@@ -543,8 +543,8 @@ private void DeserializeRelationGroups(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the SPEC-RELATION-GROUPS
element.
///
@@ -590,8 +590,8 @@ internal void WriteXml(XmlWriter writer)
this.WriteSpecRelations(writer);
this.WriteSpecifications(writer);
this.WriteRelationGroup(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
@@ -640,8 +640,8 @@ private void WriteDataDefinitions(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the s
///
@@ -700,8 +700,8 @@ private void WriteSpecTypes(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the s
///
@@ -759,8 +759,8 @@ private void WriteSpecObjects(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the s
///
@@ -817,8 +817,8 @@ private void WriteSpecRelations(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the s
///
@@ -875,8 +875,8 @@ private void WriteSpecifications(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the s
///
@@ -933,8 +933,8 @@ private void WriteRelationGroup(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the s in the property
///
diff --git a/ReqIFSharp/ReqIFDeserializer.cs b/ReqIFSharp/ReqIFDeserializer.cs
index a598184..cb6c716 100644
--- a/ReqIFSharp/ReqIFDeserializer.cs
+++ b/ReqIFSharp/ReqIFDeserializer.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -43,8 +43,8 @@ namespace ReqIFSharp
///
public class ReqIFDeserializer : IReqIFDeSerializer
{
- ///
- /// The (injected) used to setup logging
+ ///
+ /// The (injected) used to setup logging
///
private readonly ILoggerFactory loggerFactory;
diff --git a/ReqIFSharp/ReqIFHeader.cs b/ReqIFSharp/ReqIFHeader.cs
index 3a5218d..cd93ab5 100644
--- a/ReqIFSharp/ReqIFHeader.cs
+++ b/ReqIFSharp/ReqIFHeader.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -150,8 +150,8 @@ internal void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -229,8 +229,8 @@ internal void WriteXml(XmlWriter writer)
writer.WriteElementString("REQ-IF-VERSION", this.ReqIFVersion);
writer.WriteElementString("SOURCE-TOOL-ID", this.SourceToolId);
writer.WriteElementString("TITLE", this.Title);
- }
-
+ }
+
///
/// Asynchronously writes a object into its XML representation.
///
diff --git a/ReqIFSharp/ReqIFSerializer.cs b/ReqIFSharp/ReqIFSerializer.cs
index db1b7d6..180a589 100644
--- a/ReqIFSharp/ReqIFSerializer.cs
+++ b/ReqIFSharp/ReqIFSerializer.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -266,8 +266,8 @@ private void WriteXmlToStream(ReqIF reqIf, Stream stream)
this.WriteXml(writer, reqIf);
writer.Flush();
}
- }
-
+ }
+
///
/// write the contents of the to a file
///
@@ -296,9 +296,9 @@ private async Task WriteXmlToStreamAsync(ReqIF reqIf, Stream stream, Cancellatio
}
}
- ///
- /// Create
- ///
+ ///
+ /// Create
+ ///
///
/// an instance of
///
@@ -329,8 +329,8 @@ private void WriteXml(XmlWriter xmlWriter, ReqIF reqIf)
reqIf.WriteXml(xmlWriter);
xmlWriter.WriteEndElement();
xmlWriter.WriteEndDocument();
- }
-
+ }
+
///
/// Asynchronously write root xml element and contained objects
///
diff --git a/ReqIFSharp/ReqIFSharp.csproj b/ReqIFSharp/ReqIFSharp.csproj
index ab0829b..cb9ce58 100644
--- a/ReqIFSharp/ReqIFSharp.csproj
+++ b/ReqIFSharp/ReqIFSharp.csproj
@@ -4,14 +4,14 @@
netstandard2.0
- 7.1.1
+ 8.0.0
A .NET library to deserialize (read) and serialize (write) OMG ReqIF documents.
ReqIFSharp
- RHEA System S.A.
- Copyright 2017-204 RHEA System S.A.
+ Starion Group S.A.
+ Copyright 2017-2024 Starion Group S.A.
https://reqifsharp.org
Apache-2.0
- https://github.com/RHEAGROUP/reqifsharp.git
+ https://github.com/STARIONGROUP/reqifsharp.git
Git
reqifsharp-logo-small.png
ReqIF
@@ -21,7 +21,7 @@
true
true
- - [Update] Microsoft.Extensions.Logging.Abstractions to version 8.0.1
+ - [Update] to Starion Group
README.md
diff --git a/ReqIFSharp/ReqIFToolExtension.cs b/ReqIFSharp/ReqIFToolExtension.cs
index 56cb059..e8136eb 100644
--- a/ReqIFSharp/ReqIFToolExtension.cs
+++ b/ReqIFSharp/ReqIFToolExtension.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -48,8 +48,8 @@ internal ReqIFToolExtension(ILoggerFactory loggerFactory)
{
}
- ///
- /// Gets or sets the InnerXml of the
+ ///
+ /// Gets or sets the InnerXml of the
///
public string InnerXml { get; set; }
@@ -96,8 +96,8 @@ internal async Task ReadXmlAsync(XmlReader reader)
internal void WriteXml(XmlWriter writer)
{
writer.WriteRaw(this.InnerXml);
- }
-
+ }
+
///
/// Asynchronously writes a object into its XML representation.
///
diff --git a/ReqIFSharp/ReqIfFactory.cs b/ReqIFSharp/ReqIfFactory.cs
index c3f241a..0a87160 100644
--- a/ReqIFSharp/ReqIfFactory.cs
+++ b/ReqIFSharp/ReqIfFactory.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -201,8 +201,8 @@ internal static AttributeDefinition AttributeDefinitionConstruct(string xmlname,
default:
return null;
}
- }
-
+ }
+
///
/// Constructs a new instance based on the XML Name
///
@@ -242,8 +242,8 @@ internal static DatatypeDefinition DatatypeDefinitionConstruct(string xmlname, R
default:
throw new ArgumentException($"{xmlname} is not a vaild DatatypeDefinition name");
}
- }
-
+ }
+
///
/// Constructs a new instance based on the XML Name
///
diff --git a/ReqIFSharp/ReqIfSchemaResolver.cs b/ReqIFSharp/ReqIfSchemaResolver.cs
index ee545dc..6e54286 100644
--- a/ReqIFSharp/ReqIfSchemaResolver.cs
+++ b/ReqIFSharp/ReqIfSchemaResolver.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs b/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs
index b6fa555..41f124d 100644
--- a/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs
+++ b/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -188,8 +188,8 @@ protected override void ReadObjectSpecificElements(XmlReader reader)
break;
}
}
- }
-
+ }
+
///
/// Asynchronously reads the concrete elements
///
@@ -275,8 +275,8 @@ protected override void ReadSpecType(XmlReader reader)
this.logger.LogTrace("The RelationGroupType:{reference} could not be found and has been set to null on RelationGroup:{Identifier}", reference, Identifier);
}
}
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -315,8 +315,8 @@ protected override async Task ReadSpecTypeAsync(XmlReader reader, CancellationTo
protected override void ReadHierarchy(XmlReader reader)
{
throw new InvalidOperationException("RelationGroup does not have a hierarchy");
- }
-
+ }
+
///
/// Asynchronously reads the Hierarchy
///
@@ -352,8 +352,8 @@ private void DeserializeSpecRelations(XmlReader reader)
this.logger.LogTrace("The SpecRelation:{reference} could not be found and has been not been added to RelationGroup:{Identifier}", reference, Identifier);
}
}
- }
-
+ }
+
///
/// Asynchronously deserialize the s contained by the SPEC-RELATIONS
element.
///
@@ -417,8 +417,8 @@ internal override void WriteXml(XmlWriter writer)
this.WriteSourceSpecification(writer);
this.WriteTargetSpecification(writer);
this.WriteSpecRelations(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
@@ -467,8 +467,8 @@ private void WriteType(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("RELATION-GROUP-TYPE-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
@@ -501,8 +501,8 @@ private void WriteSourceSpecification(XmlWriter writer)
writer.WriteStartElement("SOURCE-SPECIFICATION");
writer.WriteElementString("SPECIFICATION-REF", this.SourceSpecification.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
@@ -535,8 +535,8 @@ private void WriteTargetSpecification(XmlWriter writer)
writer.WriteStartElement("TARGET-SPECIFICATION");
writer.WriteElementString("SPECIFICATION-REF", this.TargetSpecification.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
@@ -579,8 +579,8 @@ private void WriteSpecRelations(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the in the list.
///
diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs b/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs
index f3b69db..7b5858a 100644
--- a/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs
+++ b/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -199,8 +199,8 @@ internal override void ReadXml(XmlReader reader)
this.ReadObjectSpecificElements(specElementWithAttributesReader);
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -337,8 +337,8 @@ protected virtual Task ReadObjectSpecificElementsAsync(XmlReader reader, Cancell
///
/// an instance of
///
- protected abstract void ReadSpecType(XmlReader reader);
-
+ protected abstract void ReadSpecType(XmlReader reader);
+
///
/// Asynchronously reads the which is specific to the sub class
///
@@ -356,8 +356,8 @@ protected virtual Task ReadObjectSpecificElementsAsync(XmlReader reader, Cancell
///
/// an instance of
///
- protected abstract void ReadHierarchy(XmlReader reader);
-
+ protected abstract void ReadHierarchy(XmlReader reader);
+
///
/// Asynchronously reads the which is specific to the sub class
///
@@ -380,8 +380,8 @@ internal override void WriteXml(XmlWriter writer)
base.WriteXml(writer);
this.WriteValues(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
@@ -466,8 +466,8 @@ private void WriteValues(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the objects from the list.
///
diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs b/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs
index b131d2e..9c8e83c 100644
--- a/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs
+++ b/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -198,8 +198,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -350,8 +350,8 @@ private void DeserializeObject(XmlReader reader)
this.logger.LogTrace("The SpecObject:{reference} could not be found and has been set to null on SpecHierarchy:{Identifier}", reference, Identifier);
}
}
- }
-
+ }
+
///
/// The deserialize object.
///
@@ -406,8 +406,8 @@ private void DeserializeSpecHierarchy(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Reads the which is specific to the class.
///
@@ -467,8 +467,8 @@ private void WriteObject(XmlWriter writer)
///
/// an instance of
///
- ///
- /// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
+ ///
+ /// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
private async Task WriteObjectAsync(XmlWriter writer, CancellationToken token)
{
@@ -550,8 +550,8 @@ private void WriteEditableAtts(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the objects from the list.
///
@@ -653,8 +653,8 @@ private void WriteChildren(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the objects from the list.
///
diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs b/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs
index 52c1b2c..537f97a 100644
--- a/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs
+++ b/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -121,8 +121,8 @@ protected override void ReadSpecType(XmlReader reader)
this.logger.LogTrace("The SpecObjectType:{reference} could not be found and has been set to null on SpecObject:{Identifier}", reference, Identifier);
}
}
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -161,8 +161,8 @@ protected override async Task ReadSpecTypeAsync(XmlReader reader, CancellationTo
protected override void ReadHierarchy(XmlReader reader)
{
throw new InvalidOperationException("SpecRelation does not have a hierarchy");
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -198,8 +198,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("SPEC-OBJECT-TYPE-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs b/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs
index e5d9c61..2bc55f2 100644
--- a/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs
+++ b/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -131,8 +131,8 @@ protected override void ReadObjectSpecificElements(XmlReader reader)
break;
}
}
- }
-
+ }
+
///
/// Asynchronously reads the concrete elements
///
@@ -240,8 +240,8 @@ protected override void ReadSpecType(XmlReader reader)
this.logger.LogTrace("The SpecRelationType:{reference} could not be found and has been set to null on SpecRelation:{Identifier}", reference, Identifier);
}
}
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -280,8 +280,8 @@ protected override async Task ReadSpecTypeAsync(XmlReader reader, CancellationTo
protected override void ReadHierarchy(XmlReader reader)
{
throw new InvalidOperationException("SpecRelation does not have a hierarchy");
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -335,8 +335,8 @@ internal override void WriteXml(XmlWriter writer)
writer.WriteStartElement("SOURCE");
writer.WriteElementString("SPEC-OBJECT-REF", this.Source.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
diff --git a/ReqIFSharp/SpecElementWithAttributes/Specification.cs b/ReqIFSharp/SpecElementWithAttributes/Specification.cs
index 51e48cf..2ebb450 100644
--- a/ReqIFSharp/SpecElementWithAttributes/Specification.cs
+++ b/ReqIFSharp/SpecElementWithAttributes/Specification.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -91,8 +91,8 @@ internal override void WriteXml(XmlWriter writer)
this.WriteType(writer);
this.WriteChildren(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
@@ -157,8 +157,8 @@ protected override void ReadSpecType(XmlReader reader)
var specType = this.ReqIFContent.SpecTypes.SingleOrDefault(x => x.Identifier == reference);
this.Type = (SpecificationType)specType;
}
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -204,8 +204,8 @@ protected override void ReadHierarchy(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously reads the which is specific to the class.
///
@@ -253,8 +253,8 @@ private void WriteType(XmlWriter writer)
writer.WriteStartElement("TYPE");
writer.WriteElementString("SPECIFICATION-TYPE-REF", this.Type.Identifier);
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the
///
@@ -299,8 +299,8 @@ private void WriteChildren(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the objects from the list.
///
diff --git a/ReqIFSharp/SpecType/RelationGroupType.cs b/ReqIFSharp/SpecType/RelationGroupType.cs
index 45c4e67..fdd4801 100644
--- a/ReqIFSharp/SpecType/RelationGroupType.cs
+++ b/ReqIFSharp/SpecType/RelationGroupType.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/SpecType/SpecObjectType.cs b/ReqIFSharp/SpecType/SpecObjectType.cs
index 77789be..84b3b06 100644
--- a/ReqIFSharp/SpecType/SpecObjectType.cs
+++ b/ReqIFSharp/SpecType/SpecObjectType.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/SpecType/SpecRelationType.cs b/ReqIFSharp/SpecType/SpecRelationType.cs
index d17686e..10bc9d3 100644
--- a/ReqIFSharp/SpecType/SpecRelationType.cs
+++ b/ReqIFSharp/SpecType/SpecRelationType.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/SpecType/SpecType.cs b/ReqIFSharp/SpecType/SpecType.cs
index 6a7aac2..36b8b1f 100644
--- a/ReqIFSharp/SpecType/SpecType.cs
+++ b/ReqIFSharp/SpecType/SpecType.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -66,8 +66,8 @@ protected SpecType(ReqIFContent reqIfContent, ILoggerFactory loggerFactory)
///
/// Gets or sets the owning object.
///
- public ReqIFContent ReqIFContent { get; set; }
-
+ public ReqIFContent ReqIFContent { get; set; }
+
///
/// Generates a object from its XML representation.
///
@@ -113,8 +113,8 @@ internal override void ReadXml(XmlReader reader)
}
}
}
- }
-
+ }
+
///
/// Asynchronously generates a object from its XML representation.
///
@@ -194,8 +194,8 @@ private void CreateAttributeDefinition(XmlReader reader, string xmlname)
attributeDefTree.MoveToContent();
attributeDefinition.ReadXml(attributeDefTree);
}
- }
-
+ }
+
///
/// Asynchronously creates and adds it to the list.
///
@@ -239,8 +239,8 @@ internal override void WriteXml(XmlWriter writer)
base.WriteXml(writer);
this.WriteSpecAttributes(writer);
- }
-
+ }
+
///
/// Asynchronously converts a object into its XML representation.
///
@@ -281,8 +281,8 @@ private void WriteSpecAttributes(XmlWriter writer)
}
writer.WriteEndElement();
- }
-
+ }
+
///
/// Asynchronously writes the objects from the list.
///
diff --git a/ReqIFSharp/SpecType/SpecificationType.cs b/ReqIFSharp/SpecType/SpecificationType.cs
index bb9a8bb..a1acdae 100644
--- a/ReqIFSharp/SpecType/SpecificationType.cs
+++ b/ReqIFSharp/SpecType/SpecificationType.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/SupportedFileExtensionKind.cs b/ReqIFSharp/SupportedFileExtensionKind.cs
index 247e565..db97801 100644
--- a/ReqIFSharp/SupportedFileExtensionKind.cs
+++ b/ReqIFSharp/SupportedFileExtensionKind.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/SupportedFileExtensionKindExtensions.cs b/ReqIFSharp/SupportedFileExtensionKindExtensions.cs
index 699182b..6fe4392 100644
--- a/ReqIFSharp/SupportedFileExtensionKindExtensions.cs
+++ b/ReqIFSharp/SupportedFileExtensionKindExtensions.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/ReqIFSharp/XmlAttribute.cs b/ReqIFSharp/XmlAttribute.cs
index ca49136..42a2d0d 100644
--- a/ReqIFSharp/XmlAttribute.cs
+++ b/ReqIFSharp/XmlAttribute.cs
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
-//
+//
//
-// Copyright 2017-2024 RHEA System S.A.
+// Copyright 2017-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.