Add sdnc entries to the model 91/111691/2
authorefiacor <fiachra.corcoran@est.tech>
Tue, 25 Aug 2020 14:28:14 +0000 (15:28 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Wed, 26 Aug 2020 10:18:17 +0000 (11:18 +0100)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: AAI-3120
Change-Id: If3f11ffb7c728702bb67d48e1523f146cb9709a1

aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml

index 8424058..1d36c7c 100644 (file)
                         <xml-property name="description" value="Description"/>
                     </xml-properties>
                 </xml-element>
+                <xml-element java-attribute="sdncModelName" name="sdnc-model-name" type="java.lang.String">
+                    <xml-properties>
+                        <xml-property name="description" value="The CDS blue print name associated with the resource."/>
+                    </xml-properties>
+                </xml-element>
+                <xml-element java-attribute="sdncModelVersion" name="sdnc-model-version" type="java.lang.String">
+                    <xml-properties>
+                        <xml-property name="description" value="The version of the CDS blue print."/>
+                    </xml-properties>
+                </xml-element>
                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
                     <xml-properties>
                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>