From 5436f746402054294bb54fa028d1a857ad98213f Mon Sep 17 00:00:00 2001 From: ur326r Date: Tue, 5 Dec 2017 16:15:55 -0500 Subject: [PATCH] Check in Service Topology OXM changes Issue-ID: AAI-549 Change-Id: I7683e088a755ba91c1532b1a4c081b56e29698ea Signed-off-by: ur326r Signed-off-by: Venkata Harish K Kajur --- .../main/resources/aai_schema/aai_schema_v12.xsd | 22 ++++++++++++++++++---- aai-schema/src/main/resources/oxm/aai_oxm_v12.xml | 18 ++++++++++++++---- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v12.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v12.xsd index 78f918e5..7ea13201 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v12.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v12.xsd @@ -2065,6 +2065,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details.") + + + @@ -6491,6 +6498,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details.") + + + @@ -7177,17 +7191,17 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - + - @org.onap.aai.annotations.Metadata(description="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID assigned to configuration.") - + - @org.onap.aai.annotations.Metadata(isKey=true,description="UUID assigned to configuration.") + @org.onap.aai.annotations.Metadata(description="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.") diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml index 79bbdf8b..07cec834 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml @@ -1950,6 +1950,11 @@ + + + + + @@ -2888,14 +2893,14 @@ - + - + - + - + @@ -4710,6 +4715,11 @@ + + + + + -- 2.16.6