diff options
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"> |