diff options
author | James Forsyth <jf2512@att.com> | 2020-04-22 21:11:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-22 21:11:01 +0000 |
commit | 9e1af3806e6a4a8379075b32b8e3ca54291b9192 (patch) | |
tree | 4f682ab923a6dc1bcd1b6bff4a38aca5e870dd5f /aai-schema/src/main/resources/onap/oxm | |
parent | 057bbe97cb127d05878372d97892f27bef462587 (diff) | |
parent | 90904124f3b392d3bb9b7cdd1a611bbc54f654b3 (diff) |
Merge "sotn nni integration test issue fix"
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml | 17 |
1 files changed, 9 insertions, 8 deletions
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 e0ca8f9..613264c 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 @@ -9148,11 +9148,6 @@ <xml-property name="description" value="Id that identifies the TE link attribute"/> </xml-properties> </xml-element> - <xml-element java-attribute="isAbstract" name="is-abstract" type="java.lang.Boolean"> - <xml-properties> - <xml-property name="description" value="Indicate wheather link is abstract or native"/> - </xml-properties> - </xml-element> <xml-element java-attribute="linkProtectionType" name="link-protection-type" type="java.lang.String"> <xml-properties> <xml-property name="description" value="Indicate desired protection type of the link e.g, unprotected, shared or 1+1"/> @@ -9178,6 +9173,12 @@ <xml-property name="description" value="The value of available bandwidth."/> </xml-properties> </xml-element> + <xml-element java-attribute="isAbstract" name="is-abstract" type="java.lang.Boolean"> + <xml-properties> + <xml-property name="description" value="Indicate wheather link is abstract or native"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="selflink" name="selflink" type="java.lang.String"> <xml-properties> <xml-property name="description" value="Store the link to get more information for this object."/> @@ -9219,7 +9220,7 @@ </java-attributes> <xml-properties> <xml-property name="description" value="Instance of an te-link-attribute"/> - <xml-property name="indexedProps" value="id,linkProtectionType,accessType,operational-status,model-invariant-id,model-version-id"/> + <xml-property name="indexedProps" value="id,link-protection-type,access-type,operational-status,model-invariant-id,model-version-id"/> <xml-property name="searchable" value="id"/> <xml-property name="uniqueProps" value="id"/> <xml-property name="container" value="te-link-attributes"/> @@ -9326,8 +9327,8 @@ <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/> </java-attributes> <xml-properties> - <xml-property name="description" value="Instance of an te-link-attribute"/> - <xml-property name="indexedProps" value="id,labelStart,labelEnd,rangeBitmap,operational-status,model-invariant-id,model-version-id"/> + <xml-property name="description" value="Instance of an label restriction"/> + <xml-property name="indexedProps" value="id,label-start,label-end,range-bitmap,operational-status,model-invariant-id,model-version-id"/> <xml-property name="searchable" value="id"/> <xml-property name="uniqueProps" value="id"/> <xml-property name="container" value="label-restrictions"/> |