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_v13.xsd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'aai-schema/src/main/resources/onap/aai_schema/aai_schema_v13.xsd') diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v13.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v13.xsd index 29d446c..95ee174 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v13.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v13.xsd @@ -568,7 +568,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.") @@ -1332,7 +1332,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.") @@ -2138,7 +2138,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.") @@ -2768,7 +2768,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.") @@ -2886,7 +2886,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="a logical partition of the cloud which allows to have multiple environments in the production AIC.") + @org.onap.aai.annotations.Metadata(maximumDepth="0",description="a logical partition of the cloud which allows to have multiple environments in the production AIC.") @@ -3583,7 +3583,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.") @@ -6518,7 +6518,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") @@ -6880,7 +6880,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.") @@ -6988,7 +6988,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