diff options
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/pom.xml | 2 | ||||
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 39d5f6f..5b48579 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <artifactId>aai-schema</artifactId> <name>aai-schema</name> 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 4326ad4..17653bc 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 @@ -5423,12 +5423,12 @@ <xml-properties> <xml-property name="description" value="Nf Role is the role performed by this instance in the network."/> </xml-properties> + </xml-element> <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> <xml-property name="description" value="admin Status of this PNF"/> |