diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-11 16:02:27 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-11 16:02:31 -0400 |
commit | bd1eeb9ee615b7be26686f0221ca893cf9eb0619 (patch) | |
tree | 5542f96a21b834f5f43db39d1021bca13df8d299 /aai-schema/src | |
parent | cfa1951bcb9636da23d51fcdf89a5171b37096ba (diff) |
[AAI-160 Amsterdam] Add the nf-type to schema
Change-Id: I4121bc6c28cdb92fca116c3cc82633145d244843
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v10.xml | 1 | ||||
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 1 |
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"> |