diff --git a/io.catenax.mp_standard_unsubscribe/1.0.0/UnsubscribeShopfloorInformation.ttl b/io.catenax.mp_standard_unsubscribe/1.0.0/UnsubscribeShopfloorInformation.ttl new file mode 100644 index 000000000..dbfa2b721 --- /dev/null +++ b/io.catenax.mp_standard_unsubscribe/1.0.0/UnsubscribeShopfloorInformation.ttl @@ -0,0 +1,42 @@ +########################################################################################## +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e. V. +# Copyright (c) 2023 Siemens AG +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/legalcode. +# +# SPDX-License-Identifier: CC-BY-4.0 +########################################################################################## + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix ext-header: . + +:UnsubscribeShopfloorInformation a samm:Aspect ; + samm:preferredName "UnsubscribeShopfloorInformation"@en ; + samm:description "Message to unsubscribe the cyclic or notification communication mode of the GetShopfloorInformation request"@en ; + samm:properties ( :unsubscribeMessage ) ; + samm:operations ( ) ; + samm:events ( ) . + +:unsubscribeMessage a samm:Property ; + samm:preferredName "unsubscribeMessage"@en ; + samm:description "Message from a customer to unsubscribe the GetShopfloorInformation"@en ; + samm:characteristic :CXHeaderCharacteristic . + +:CXHeaderCharacteristic a samm:Characteristic ; + samm:preferredName "CXHeaderCharacteristic"@en ; + samm:description "all information required for a header specified by CX"@en ; + samm:dataType ext-header:MessageHeader . + diff --git a/io.catenax.mp_standard_unsubscribe/1.0.0/metadata.json b/io.catenax.mp_standard_unsubscribe/1.0.0/metadata.json new file mode 100644 index 000000000..84245e4eb --- /dev/null +++ b/io.catenax.mp_standard_unsubscribe/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release" } diff --git a/io.catenax.mp_standard_unsubscribe/RELEASE_NOTES.md b/io.catenax.mp_standard_unsubscribe/RELEASE_NOTES.md new file mode 100644 index 000000000..41b470b1f --- /dev/null +++ b/io.catenax.mp_standard_unsubscribe/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +# Changelog + +All notable changes to this model will be documented in this file. + +## [1.0.0] + +- initial version of the aspect model for UnsubscribeShopfloorInformation \ No newline at end of file