diff options
author | James Forsyth <jf2512@att.com> | 2017-08-10 12:57:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-10 12:57:18 +0000 |
commit | 226dd6599f0c552c6d7151f71fc66e285a84bcf4 (patch) | |
tree | 1c59732b95bb9795144523491edab5efa56c579f /aai-schema/src | |
parent | 98e043107dbba4c4f54e6a114b1453c9a1552033 (diff) | |
parent | 1256136bc64cc3c1efae4bb4ac0baefc8666c6e0 (diff) |
Merge "[AAI-134] Removed duplicate invStatus"
Diffstat (limited to 'aai-schema/src')
-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 7d4e976f..d9ae0c87 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" /> |