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 | |
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')
-rw-r--r-- | aai-schema/src/main/resources/aai_schema/aai_schema_v14.xsd | 7 | ||||
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v14.xml | 5 |
2 files changed, 0 insertions, 12 deletions
diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v14.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v14.xsd index ba6c2033..3cae1e14 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v14.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v14.xsd @@ -2224,13 +2224,6 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo>
</xs:annotation>
</xs:element> - <xs:element name="cloud-epa-caps" type="xs:string" minOccurs="0"> - <xs:annotation>
- <xs:appinfo>
- <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="MultiVIM will discover and expose EPA capabilities.")</annox:annotate>
- </xs:appinfo>
- </xs:annotation>
- </xs:element> <xs:element name="resource-version" type="xs:string" minOccurs="0"> <xs:annotation>
<xs:appinfo>
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." /> |