aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-08-11 16:02:27 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-08-11 16:02:31 -0400
commitbd1eeb9ee615b7be26686f0221ca893cf9eb0619 (patch)
tree5542f96a21b834f5f43db39d1021bca13df8d299
parentcfa1951bcb9636da23d51fcdf89a5171b37096ba (diff)
[AAI-160 Amsterdam] Add the nf-type to schema
Change-Id: I4121bc6c28cdb92fca116c3cc82633145d244843 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--aai-schema/src/main/resources/oxm/aai_oxm_v10.xml1
-rw-r--r--aai-schema/src/main/resources/oxm/aai_oxm_v11.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml
index dd87a35d..041c6e56 100644
--- a/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml
+++ b/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml
@@ -3829,6 +3829,7 @@
<xml-element java-attribute="nfType" name="nf-type" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Generic description of the type of NF" />
+ <xml-property name="suggestibleOnSearch" value="true"/>
</xml-properties>
</xml-element>
<xml-element java-attribute="nfFunction" name="nf-function" type="java.lang.String">
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml
index a9d567be..efba01b5 100644
--- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml
+++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml
@@ -3934,6 +3934,7 @@
<xml-element java-attribute="nfType" name="nf-type" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Generic description of the type of NF" />
+ <xml-property name="suggestibleOnSearch" value="true"/>
</xml-properties>
</xml-element>
<xml-element java-attribute="nfFunction" name="nf-function" type="java.lang.String">