diff options
author | Keong Lim <keong.lim@huawei.com> | 2018-09-19 13:55:40 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2018-09-19 13:55:40 +1000 |
commit | 378cf91e1653a7f9be693f8bf0fc10998b6b1eeb (patch) | |
tree | f8690561420609453fa14a6a6adec2703385ad61 /aai-schema/src/main/resources/onap/oxm | |
parent | d33a1cd017103e4f69cedd53d160e2b69200da95 (diff) |
AAI-1635 Add privateEdge to model-version-id
Issue-ID: AAI-1635
Add privateEdge to model-version-id in sp-partner, prepare for TOSCA
template from SDC.
Spurious line-ending changes in the generated XSD file.
Change-Id: I8de021b5d59ce88581ccdc01c9dabfc0afb5d1e1
Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml index cfd0672b..73b6c008 100644 --- a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -7419,6 +7419,7 @@ <xml-property name="visibility" value="deployment" /> <xml-property name="requires" value="model-invariant-id" /> <xml-property name="dbAlias" value="model-version-id-local" /> + <xml-property name="privateEdge" value="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}"/> </xml-properties> </xml-element> |