aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main
diff options
context:
space:
mode:
authorhariharan97 <rh20085046@wipro.com>2020-07-27 15:31:49 +0530
committerhariharan97 <rh20085046@wipro.com>2020-07-31 19:41:40 +0530
commit5e1f36f9dbdedb9c17d07ab43fee489b95ec5619 (patch)
tree7e3ae3bbe532be2306ac08db0981478d22fe0e49 /aai-schema/src/main
parent37a8cab63cef498490f50c0b0262bf0696cabf85 (diff)
Add Model-role to Model-Schema
Issue-ID: AAI-3096 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: I21ced613b3df9bef454172916a257cac2dffaff9 Signed-off-by: hariharan97 <rh20085046@wipro.com>
Diffstat (limited to 'aai-schema/src/main')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml
index a2570db..bb18fd4 100644
--- a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml
@@ -6122,6 +6122,11 @@
<xml-property name="description" value="Type of the model, e.g., service, resource, widget, etc."/>
</xml-properties>
</xml-element>
+ <xml-element java-attribute="modelRole" name="model-role" type="java.lang.String">
+ <xml-properties>
+ <xml-property name="description" value="Role of the model,e.g.,NST,NSST,CST,etc"/>
+ </xml-properties>
+ </xml-element>
<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/>