Skip to content
Snippets Groups Projects
Commit bf1c1a08 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Merge branch 'Release3-onwards-New-TPs-Semantics' into Release3-onwards

parents 9d25544a 42c6658d
No related branches found
No related tags found
1 merge request!63Merge Release4-onwards into Release4
......@@ -8281,6 +8281,36 @@ module OneM2M_Templates {
resultGenType := ?,
periodForResultGen := *
}
/**
* @desc Base primitiveContent for RETRIEVE operation for SemanticDescriptor resource
*/
template SemanticDescriptor_optional mw_retrieveSemanticDescriptor :=
{
resourceName := ?,
resourceType := int42,
resourceID := ?,
parentID := ?,
creationTime := ?,
lastModifiedTime := ?,
labels := *,
accessControlPolicyIDs := *,
expirationTime := ?,
dynamicAuthorizationConsultationIDs := *,
announceTo := *,
announcedAttribute := *,
creator := *,
descriptorRepresentation := ?,
semanticOpExec := *,
descriptor := ?,
ontologyRef := *,
relatedSemantics := *,
semanticValidated := *,
validationEnable := *,
choice := *
}
/**
* @desc Base primitiveContent for RETRIEVE operation for SemanticMashupJobProfile resource
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment