diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2020-01-13 17:31:46 +0530 |
---|---|---|
committer | shashikanth.vh <shashikanth.vh@huawei.com> | 2020-01-13 17:49:10 +0530 |
commit | 7c8d9e4024189e567556385ef6328d7fe64bc337 (patch) | |
tree | 66376735b54c3ed25b880801e3757c89757b9df1 /aai-schema/src/main/resources | |
parent | c4e54a11bc5d2439c6ff498c2de62561c55c7108 (diff) |
AAI schema update for sotn nni
Added is-abstract field in PNF
Change-Id: I363bedc0c7cc97e2f29a6ccd04f6668e13ee5f1f
Issue-ID: AAI-2593
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Diffstat (limited to 'aai-schema/src/main/resources')
-rw-r--r-- | aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd | 7 | ||||
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd index c7f6275..0b7cc27 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd @@ -7541,6 +7541,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> + <xs:element name="is-abstract" type="xs:boolean" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="true, indicate abstract node.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> <xs:element name="admin-status" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> 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 2b6bf1b..01e4a5a 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 @@ -5378,6 +5378,11 @@ <xml-properties> <xml-property name="description" value="Nf Role is the role performed by this instance in the network."/> </xml-properties> + <xml-element java-attribute="isAbstract" name="is-abstract" type="java.lang.Boolean"> + <xml-properties> + <xml-property name="description" value="true, indicate abstract node"/> + </xml-properties> + </xml-element> </xml-element> <xml-element java-attribute="adminStatus" name="admin-status" type="java.lang.String"> <xml-properties> |