aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm/v19
diff options
context:
space:
mode:
authorwsliwka <wojciech.sliwka@nokia.com>2019-11-05 10:46:44 +0100
committerwsliwka <wojciech.sliwka@nokia.com>2019-11-05 10:46:44 +0100
commitc848e16acb96c476107d8c9bd2575ed99a3f4eb2 (patch)
tree630b980622e82142d41707844df07ed1515efe10 /aai-schema/src/main/resources/onap/oxm/v19
parent59014bbe1caad302799168d571a37ad86848f53d (diff)
Add orchestration type
add orchestration type to model-ver object (it's needed to display type in VID UI) Issue-ID: AAI-2594 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: Icd229d299f5ea94575afcf2a0af40b3408858e03
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v19')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
index 154bb11..030bc67 100644
--- a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
@@ -5899,6 +5899,12 @@
<xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/>
</xml-properties>
</xml-element>
+ <xml-element java-attribute="orchestrationType" name="orchestration-type" type="java.lang.String">
+ <xml-properties>
+ <xml-property name="description" value="Orchestration type of this model."/>
+ </xml-properties>
+ </xml-element>
+
<xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.onap.org.v19.ModelElements"/>
<xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v19.Metadata"/>
<xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/>