-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update models to harmonize with current UA-ModelCompiler release #655
- modified SemanticData/Tests/USNodeSetValidationUnitTestProject/XMLModels/CorrectModels
- Loading branch information
Showing
4 changed files
with
37 additions
and
41 deletions.
There are no files selected for viewing
17 changes: 8 additions & 9 deletions
17
...ticData/Tests/USNodeSetValidationUnitTestProject/XMLModels/CorrectModels/DataTypeTest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 21 additions & 22 deletions
43
...cData/Tests/USNodeSetValidationUnitTestProject/XMLModels/CorrectModels/ObjectTypeTest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...icData/Tests/USNodeSetValidationUnitTestProject/XMLModels/CorrectModels/ReferenceTest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml-stylesheet type="text/xsl" href="OPCUAModelDesign.xslt"?> | ||
<ModelDesign xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TargetNamespace="http://cas.eu/UA/CommServer/UnitTests/ReferenceTest" xmlns="http://opcfoundation.org/UA/ModelDesign.xsd"> | ||
<ModelDesign xmlns:cas="http://cas.eu/UA/CommServer/UnitTests/ReferenceTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd" xmlns:ua="http://opcfoundation.org/UA/" TargetNamespace="http://cas.eu/UA/CommServer/UnitTests/ReferenceTest" xmlns="http://opcfoundation.org/UA/ModelDesign.xsd"> | ||
<Namespaces> | ||
<Namespace Name="cas" Prefix="ReferenceTest" XmlPrefix="cas">http://cas.eu/UA/CommServer/UnitTests/ReferenceTest</Namespace> | ||
<Namespace Name="ua" XmlPrefix="ua">http://opcfoundation.org/UA/</Namespace> | ||
</Namespaces> | ||
<ReferenceType xmlns:q1="http://cas.eu/UA/CommServer/UnitTests/ReferenceTest" SymbolicName="q1:ReferenceTypeTest" xmlns:q2="http://opcfoundation.org/UA/" BaseType="q2:HasProperty" Symmetric="false"> | ||
<ReferenceType SymbolicName="cas:ReferenceTypeTest" BaseType="ua:HasProperty" Symmetric="false"> | ||
<InverseName>FromSomwhere</InverseName> | ||
</ReferenceType> | ||
</ModelDesign> |
13 changes: 6 additions & 7 deletions
13
...ata/Tests/USNodeSetValidationUnitTestProject/XMLModels/CorrectModels/VariableTypeTest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters