diff options
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v20')
-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."/> |