diff options
author | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-12-03 05:51:33 +0000 |
---|---|---|
committer | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-12-03 05:51:39 +0000 |
commit | a7e04ac9a1faaa6b219cd1544269f04fa04ddd9b (patch) | |
tree | db8dcab09c204fa431f6b36907742571ead90135 /aai-schema/src/main/resources/onap/oxm/v21 | |
parent | 1841a8e4a2eb862dc63cc0fca529f10a48a41c61 (diff) |
Updated AAI schema and DBEdge rules for the
MDONS use Case
Issue-ID: AAI-3225
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
Change-Id: I207ee99270a1bf6d346e9e4fd4431bb79fda3be3
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v21')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v21/aai_oxm_v21.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v21/aai_oxm_v21.xml b/aai-schema/src/main/resources/onap/oxm/v21/aai_oxm_v21.xml index 716b98b..aff32ee 100644 --- a/aai-schema/src/main/resources/onap/oxm/v21/aai_oxm_v21.xml +++ b/aai-schema/src/main/resources/onap/oxm/v21/aai_oxm_v21.xml @@ -3040,7 +3040,7 @@ </xml-element> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v21.RelationshipList"/> <xml-element java-attribute="availableBandwidthMap" name="available-bandwidth-map" type="inventory.aai.onap.org.v21.AvailableBandwidthMap"/> - <xml-element java-attribute="OTNLabelRestrictions" name="otn-label-restrictions" type="inventory.aai.onap.org.v21.OTNLabelRestrictions"/> + <!--xml-element java-attribute="OTNLabelRestrictions" name="otn-label-restrictions" type="inventory.aai.onap.org.v21.OTNLabelRestrictions"/--> </java-attributes> <xml-properties> <xml-property name="description" value="Instance of a bandwidth-attribute"/> @@ -3104,7 +3104,7 @@ </xml-properties> </java-type> - <java-type name="OTNLabelRestrictions"> + <!--java-type name="OTNLabelRestrictions"> <xml-properties> <xml-property name="description" value="Collection of Label Restriction. Added for ENNI in MDONS use case."/> </xml-properties> @@ -3152,7 +3152,7 @@ <xml-property name="dependentOn" value="bandwidth-attribute"/> <xml-property name="requiredProps" value="lr-id"/> </xml-properties> - </java-type> + </java-type--> <java-type name="Vrfs"> <xml-root-element name="vrfs"/> |