diff options
author | Ubuntu <brian.matt@windstream.com> | 2017-08-04 20:07:14 +0000 |
---|---|---|
committer | Ubuntu <brian.matt@windstream.com> | 2017-08-04 20:24:07 +0000 |
commit | 1256136bc64cc3c1efae4bb4ac0baefc8666c6e0 (patch) | |
tree | 7d2a5d452177027aaa8c8a26f253d61a4c7fcb16 /aai-schema | |
parent | b3831d1aeb925bece1ac854dc06871966c9fb4eb (diff) |
[AAI-134] Removed duplicate invStatus
Change-Id: Ibe431d95cfbcdd50e9c830f9ef05e5f9de62a824
Signed-off-by: Ubuntu <brian.matt@windstream.com>
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index ff06a77c..c739121c 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -1702,11 +1702,6 @@ <xml-property name="description" value="inventory status" /> </xml-properties> </xml-element> - <xml-element java-attribute="invStatus" name="inv-status" type="java.lang.String"> - <xml-properties> - <xml-property name="description" value="inventory status" /> - </xml-properties> - </xml-element> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v11.RelationshipList" /> <xml-element java-attribute="sriovPfs" name="sriov-pfs" type="inventory.aai.onap.org.v11.SriovPfs" /> <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v11.LInterfaces" /> |