diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-08-25 15:28:14 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-08-26 11:18:17 +0100 |
commit | a1dae4cd1d9756dbd1d180913f0b8549a8b328ab (patch) | |
tree | 81bb7fa85f522306ba7b80ef582ec55388cd6a54 /aai-schema/src/main | |
parent | 34c4eacbc9f0228693bdaf6cbc27472318f30776 (diff) |
Add sdnc entries to the model
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: AAI-3120
Change-Id: If3f11ffb7c728702bb67d48e1523f146cb9709a1
Diffstat (limited to 'aai-schema/src/main')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml index 8424058..1d36c7c 100644 --- a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml +++ b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml @@ -6214,6 +6214,16 @@ <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."/> |