diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-26 10:55:26 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-26 10:55:26 -0700 |
commit | 17fb185d934d1833c3960b44b18e0a6c125e2775 (patch) | |
tree | ede81364d52088ae8fa920553289f90d139ed51e /aai-schema/src/main/resources/oxm | |
parent | f71dfcd688d0d912ce445cb2965d9c157a49c533 (diff) |
Remove EPA attribute
Remove the usage of EPA attribute which is deprecated
cloud-epa-caps attribute is removed from v14 of schema
Change-Id: Ie5fb5cf9f33ff5597525a0b53e264ce1ab66477c
Issue-ID: AAI-1150
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'aai-schema/src/main/resources/oxm')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v14.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v14.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v14.xml index 920b2535..933be744 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v14.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v14.xml @@ -645,11 +645,6 @@ <xml-property name="description" value="ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM." /> </xml-properties> </xml-element> - <xml-element java-attribute="cloudEpaCaps" name="cloud-epa-caps" type="java.lang.String"> - <xml-properties> - <xml-property name="description" value="MultiVIM will discover and expose EPA capabilities." /> - </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." /> |