Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(DemandAndCapacityNotification): added notificationIds #692

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(DemandAndCapacityNotification): updated uuid exmpales
  • Loading branch information
tom-rm-meyer-ISST committed Mar 4, 2024
commit 6773bcf1ae0300bc0016da8ad6d4f4b5806e5420
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
samm:preferredName "Source Notification ID"@en ;
samm:description "Unique ID identifying the source notification that started the notification thread."@en ;
samm:characteristic ext-uuid:UuidV4Trait ;
samm:exampleValue "urn:uuid:d8b6b4ca-ca9c-42d9-8a34-f62591a1c68a" .
samm:exampleValue "urn:uuid:c69cb3e4-16ad-43c3-82b9-0deac75ecf9e" .

:materialNumberSupplier a samm:Property ;
samm:preferredName "Material Number Supplier"@en ;
Expand All @@ -125,13 +125,13 @@
samm:preferredName "Notification ID"@en ;
samm:description "Unique ID identifying the notification."@en ;
samm:characteristic ext-uuid:UuidV4Trait ;
samm:exampleValue "urn:uuid:d8b6b4ca-ca9c-42d9-8a34-f62591a1c68a" .
samm:exampleValue "urn:uuid:d9452f24-3bf3-4134-b3eb-68858f1b2362 .

:relatedNotificationId a samm:Property ;
samm:preferredName "Related Notification ID"@en ;
samm:description "Unique ID identifying another notification somehow related to the current one."@en ;
samm:characteristic ext-uuid:UuidV4Trait ;
samm:exampleValue "urn:uuid:d8b6b4ca-ca9c-42d9-8a34-f62591a1c68a" .
samm:exampleValue "urn:uuid:d05cef4a-b692-45bf-87cc-eda2d84e4c04" .

:AffectedSitesCharacteristic a samm-c:Set ;
samm:preferredName "Affected Sites Characteristic"@en ;
Expand Down
Loading