AAI schema update for sotn nni 46/100246/1
authorshashikanth.vh <shashikanth.vh@huawei.com>
Mon, 13 Jan 2020 12:01:46 +0000 (17:31 +0530)
committershashikanth.vh <shashikanth.vh@huawei.com>
Mon, 13 Jan 2020 12:19:10 +0000 (17:49 +0530)
Added is-abstract field in PNF

Change-Id: I363bedc0c7cc97e2f29a6ccd04f6668e13ee5f1f
Issue-ID: AAI-2593
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.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 c7f6275..0b7cc27 100644 (file)
@@ -7541,6 +7541,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
+       <xs:element name="is-abstract" type="xs:boolean" minOccurs="0">
+          <xs:annotation>
+            <xs:appinfo>
+              <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="true, indicate abstract node.")</annox:annotate>
+            </xs:appinfo>
+          </xs:annotation>
+        </xs:element>
         <xs:element name="admin-status" type="xs:string" minOccurs="0">
           <xs:annotation>
             <xs:appinfo>
index 2b6bf1b..01e4a5a 100644 (file)
                     <xml-properties>
                         <xml-property name="description" value="Nf Role is the role performed by this instance in the network."/>
                     </xml-properties>
+                <xml-element java-attribute="isAbstract" name="is-abstract" type="java.lang.Boolean">
+                    <xml-properties>
+                        <xml-property name="description" value="true, indicate abstract node"/>
+                    </xml-properties>
+                </xml-element>
                 </xml-element>
                                <xml-element java-attribute="adminStatus" name="admin-status" type="java.lang.String">
                                        <xml-properties>