diff options
Diffstat (limited to 'aai-core/src/test/resources')
-rw-r--r-- | aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml index b08e4fb1..99596cde 100644 --- a/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-core/src/test/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -5131,6 +5131,11 @@ <xml-property name="ownerCheck" value="N/A"/> </xml-properties> </xml-element> + <xml-element java-attribute="dataOwner" name="data-owner" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Resource owner"/> + </xml-properties> + </xml-element> <xml-element java-attribute="pnfName2" name="pnf-name2" type="java.lang.String"> <xml-properties> <xml-property name="description" value="name of Physical Network Function."/> |