summaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-08-14 02:10:04 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-08-14 09:37:14 -0400
commit2eed3bf971c7eb9638d2399c3d66ece7cf6174a3 (patch)
treeb4059c6dd1749706d8264e321a03314ad5af76ea /aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd
parentbd1eeb9ee615b7be26686f0221ca893cf9eb0619 (diff)
Add the vnf changes
Change-Id: I728b32a9c81422224841f84af9c672515791b87b Issue-Id: AAI-165 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd')
-rw-r--r--aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd
index cebde48a..9abf1523 100644
--- a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd
+++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd
@@ -2897,11 +2897,11 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
<xs:complexType>
<xs:annotation>
<xs:appinfo>
- <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,att-uuid,application-vendor,application-version",uniqueProps="att-uuid",container="vnf-images",namespace="service-design-and-creation")</annox:annotate>
+ <annox:annotate target="class">@org.openecomp.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation")</annox:annotate>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
- <xs:element name="att-uuid" type="xs:string">
+ <xs:element name="vnf-image-uuid" type="xs:string">
<xs:annotation>
<xs:appinfo>
<annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset")</annox:annotate>
@@ -5624,7 +5624,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
<xs:element name="nf-type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:appinfo>
- <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Generic description of the type of NF")</annox:annotate>
+ <annox:annotate target="field">@org.openecomp.aai.annotations.Metadata(description="Generic description of the type of NF",suggestibleOnSearch="true")</annox:annotate>
</xs:appinfo>
</xs:annotation>
</xs:element>