diff options
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v17')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v17/aai_oxm_v17.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v17/aai_oxm_v17.xml b/aai-schema/src/main/resources/onap/oxm/v17/aai_oxm_v17.xml index 7604237..c5ac8b5 100644 --- a/aai-schema/src/main/resources/onap/oxm/v17/aai_oxm_v17.xml +++ b/aai-schema/src/main/resources/onap/oxm/v17/aai_oxm_v17.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.v17.ModelElements"/> <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v17.Metadata"/> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v17.RelationshipList"/> |