Skip to content

Commit 0eaeddd

Browse files
committed
Fix styles
1 parent dbac506 commit 0eaeddd

File tree

2 files changed

+1
-3
lines changed
  • core/esmf-test-aspect-models/src/main/resources/valid/org.eclipse.esmf.test/1.0.0
  • documentation/developer-guide/modules/ROOT/examples/aspect-models/org.eclipse.esmf.examples.movement/1.0.0

2 files changed

+1
-3
lines changed

core/esmf-test-aspect-models/src/main/resources/valid/org.eclipse.esmf.test/1.0.0/AspectWithAnyValueDeclarations.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
1616
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1717

18-
:PrimaryAspect a samm:Aspect ;
18+
:AspectWithAnyValueDeclarations a samm:Aspect ;
1919
samm:properties ( :property1 ) ;
2020
samm:operations () ;
2121
samm:events () .
@@ -24,7 +24,6 @@
2424
samm:characteristic :TrafficLight .
2525

2626
:TrafficLight a samm-c:Enumeration ;
27-
samm:name "TrafficLight" ;
2827
samm:preferredName "Warning Level"@en ;
2928
samm:description "Represents if speed of position change is within specification (green), within tolerance (yellow), or outside specification (red)."@en ;
3029
samm:dataType xsd:string ;

documentation/developer-guide/modules/ROOT/examples/aspect-models/org.eclipse.esmf.examples.movement/1.0.0/Movement.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
samm-c:unit unit:kilometrePerHour .
6565

6666
:TrafficLight a samm-c:Enumeration ;
67-
samm:name "TrafficLight" ;
6867
samm:preferredName "warning level"@en ;
6968
samm:description "Represents if speed of position change is within specification (green), within tolerance (yellow), or outside specification (red)."@en ;
7069
samm:dataType xsd:string ;

0 commit comments

Comments
 (0)