From 7e11a36ceed232b9dd8aff62464a582b204f7588 Mon Sep 17 00:00:00 2001 From: jimmy Date: Tue, 28 Jan 2020 14:46:42 -0500 Subject: Fixing descriptions on duplicated xml-props blocks Issue-ID: AAI-2687 Change-Id: I84eeeba0c72693f0b1e43e22b760e1c2c26112b5 Signed-off-by: Jimmy Forsyth --- .../main/resources/onap/aai_schema/aai_schema_v11.xsd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'aai-schema/src/main/resources/onap/aai_schema/aai_schema_v11.xsd') diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v11.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v11.xsd index d1f386e..69df34d 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v11.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v11.xsd @@ -561,7 +561,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of physical locations that can house cloud-regions.") @@ -1325,7 +1325,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of openstack tenants.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of openstack tenants.") @@ -1895,7 +1895,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of persistent block-level external system auth info.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of persistent block-level external system auth info.") @@ -2647,7 +2647,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of compute hosts.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of compute hosts.") @@ -3402,7 +3402,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of customer identifiers to provide linkage back to BSS information.") @@ -6337,7 +6337,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of VNFs") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of VNFs") @@ -6678,7 +6678,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of Physical Network Functions.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of Physical Network Functions.") @@ -6786,7 +6786,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of physical connections, typically between p-interfaces") -- cgit 1.2.3-korg