diff options
author | jimmy <jf2512@att.com> | 2017-09-12 22:24:00 -0400 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2017-09-12 22:24:55 -0400 |
commit | 0792f99d9f0be8626ae16ccf9807396b45f2d27a (patch) | |
tree | 78fe631fa6faadd716aa432381c984c27f09e2a6 /aai-schema/src/main | |
parent | 9cbe79954a90b15960f27c0d10e9d1ebb255ff6d (diff) |
Removed ns, set dep nodes for esr-info-item
Change-Id: I7b3a5d2554c7f807a1d70e1796a4aa3e7b8768c0
Issue-ID: AAI-278
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'aai-schema/src/main')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 052f4c8d..5954a3fe 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -486,7 +486,7 @@ <xml-property name="indexedProps" value="esr-system-info-id,system-name,system-type" /> <xml-property name="searchable" value="esr-system-info-id,system-name,system-type" /> <xml-property name="container" value="esr-system-info-list" /> - <xml-property name="namespace" value="external-system" /> + <xml-property name="dependentOn" value="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc" /> </xml-properties> </java-type> |