Add the application id to v19 oxm 52/97852/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Fri, 1 Nov 2019 13:31:52 +0000 (13:31 +0000)
committerKajur, Harish (vk250x) <vk250x@att.com>
Fri, 1 Nov 2019 13:31:57 +0000 (13:31 +0000)
Issue-ID: AAI-2697
Change-Id: I11b7fb1898b05e7cc3bc5ea841b857c438603f4d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd
aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml

index 70c6463..72402f9 100644 (file)
@@ -7056,6 +7056,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
+        <xs:element name="application-id" type="xs:string" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vnf application-id")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
         <xs:element ref="tns:relationship-list" minOccurs="0"/>
         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
         <xs:element ref="tns:lag-interfaces" minOccurs="0"/>
index 70f4ee9..154bb11 100644 (file)
                         <xml-property name="description" value="Network Management profile of this VNF"/>
                     </xml-properties>
                 </xml-element>
+                <xml-element java-attribute="applicationId" name="application-id" type="java.lang.String">
+                    <xml-properties>
+                        <xml-property name="description" value="vnf application-id"/>
+                    </xml-properties>
+                </xml-element>
                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/>
                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v19.LInterfaces"/>
                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v19.LagInterfaces"/>