diff options
author | wsliwka <wojciech.sliwka@nokia.com> | 2019-11-05 10:46:44 +0100 |
---|---|---|
committer | wsliwka <wojciech.sliwka@nokia.com> | 2019-11-05 10:46:44 +0100 |
commit | c848e16acb96c476107d8c9bd2575ed99a3f4eb2 (patch) | |
tree | 630b980622e82142d41707844df07ed1515efe10 /aai-schema/src/main/resources/onap/oxm/v18 | |
parent | 59014bbe1caad302799168d571a37ad86848f53d (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/v18')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v18/aai_oxm_v18.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v18/aai_oxm_v18.xml b/aai-schema/src/main/resources/onap/oxm/v18/aai_oxm_v18.xml index 27c37b7..855248c 100644 --- a/aai-schema/src/main/resources/onap/oxm/v18/aai_oxm_v18.xml +++ b/aai-schema/src/main/resources/onap/oxm/v18/aai_oxm_v18.xml @@ -5894,6 +5894,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.v18.ModelElements"/> <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v18.Metadata"/> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v18.RelationshipList"/> |