Skip to content

Commit

Permalink
chore: change type of "revision index" to string
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisRickert committed Oct 15, 2024
1 parent ae75d33 commit 53b3d63
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
:revisionIndex a samm:Property ;
samm:preferredName "Revision Index"@en ;
samm:description "This attribute contains the revision index of the special characteristic, it is necessary to identify a special characteristic"@en ;
samm:characteristic :CharacteristicRevisionIndex ;
samm:exampleValue "01"^^xsd:positiveInteger .
samm:characteristic samm-c:Text ;
samm:exampleValue "01" .

:CharacteristicCustomerPartID a samm:Characteristic ;
samm:preferredName "customerPartID_characteristic"@en ;
Expand All @@ -56,9 +56,6 @@
samm:description "List of result objects"@en ;
samm:dataType :MeasurmentObject .

:CharacteristicRevisionIndex a samm:Characteristic ;
samm:dataType xsd:positiveInteger .

:MeasurmentObject a samm:Entity ;
samm:preferredName "Measurmentobject"@en ;
samm:description "This Entity represents a generic Measurment Object"@en ;
Expand Down

0 comments on commit 53b3d63

Please sign in to comment.