From 7a995eec49662d1965a9dc017c63c306cb21ae07 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Fri, 8 Dec 2017 17:13:51 -0500 Subject: Add back the pserver self link and configuration Issue-ID: AAI-554 Change-Id: Ia4269abfd673ab026921b683175d843443c738d5 Signed-off-by: Venkata Harish K Kajur --- .../main/resources/aai_schema/aai_schema_v12.xsd | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'aai-schema/src/main/resources/aai_schema') 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 5748c329..54e3bd7b 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.") + + + @@ -2100,13 +2107,6 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - - - - @org.onap.aai.annotations.Metadata(description="Node URL in CANOPI/MINT.") - - - @@ -2263,17 +2263,17 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - + - @org.onap.aai.annotations.Metadata(description="PTNII name") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details.") - + - @org.onap.aai.annotations.Metadata(description="Node URL in CANOPI/MINT.") + @org.onap.aai.annotations.Metadata(description="PTNII name") @@ -6586,24 +6586,24 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - + - @org.onap.aai.annotations.Metadata(description="source of name2") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details.") - + - @org.onap.aai.annotations.Metadata(description="id of pnf") + @org.onap.aai.annotations.Metadata(description="source of name2") - + - @org.onap.aai.annotations.Metadata(description="Node URL in CANOPI/MINT.") + @org.onap.aai.annotations.Metadata(description="id of pnf") @@ -7279,17 +7279,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.") -- cgit 1.2.3-korg