From d0ee2f1e82ea87ddb11a413487787cae4ba937bb Mon Sep 17 00:00:00 2001 From: Siddharth Trikha <strikha@cdot.in> Date: Fri, 22 Oct 2021 17:07:36 +0530 Subject: [PATCH] New Template added for Semantic Descriptor retrieve --- LibOneM2M/OneM2M_Templates.ttcn | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn index 669b744..4c84104 100644 --- a/LibOneM2M/OneM2M_Templates.ttcn +++ b/LibOneM2M/OneM2M_Templates.ttcn @@ -8053,6 +8053,35 @@ module OneM2M_Templates { resultGenType := ?, periodForResultGen := * } + + + /** + * @desc Base primitiveContent for RETRIEVE operation for SemanticDescriptor resource + */ + template SemanticDescriptor_optional mw_retrievSemanticDescriptor := + { + resourceName := ?, + resourceType := int42, + resourceID := ?, + parentID := ?, + creationTime := ?, + lastModifiedTime := ?, + labels := *, + accessControlPolicyIDs := *, + expirationTime := ?, + dynamicAuthorizationConsultationIDs := *, + announceTo := *, + announcedAttribute := *, + creator := *, + descriptorRepresentation := ?, + semanticOpExec := *, + descriptor := ?, + ontologyRef := *, + relatedSemantics := *, + semanticValidated := *, + validationEnable := * + } + /** * @desc Base primitiveContent for RETRIEVE operation for SemanticMashupJobProfile resource -- GitLab