diff options
author | James Forsyth <jf2512@att.com> | 2020-04-16 13:36:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-16 13:36:48 +0000 |
commit | 1ea833f95a24c40e7613fb64b61c7560a14cf3db (patch) | |
tree | 30eb1ef19359926955beb6551614bd6e8a06ab91 /aai-schema | |
parent | 8e131584d755d07bb12a99fa0d5981d84ed5592a (diff) | |
parent | 914607b1b05fc50e5769fbdbf59cb17c2ace3628 (diff) |
Merge "Fix element name discrepancy in schema v19"
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml | 8 |
1 files changed, 4 insertions, 4 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 076cc2e..e0ca8f9 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 @@ -3553,7 +3553,7 @@ <xml-element java-attribute="extAaiNetworks" name="ext-aai-networks" type="inventory.aai.onap.org.v19.ExtAaiNetworks"/> <xml-element java-attribute="labelRestrictions" name="label-restrictions" type="inventory.aai.onap.org.v19.LabelRestrictions"/> <xml-element java-attribute="unis" name="unis" type="inventory.aai.onap.org.v19.Unis"/> - <xml-element java-attribute="teLinkAttributes" name="te-link-attributes" type="inventory.aai.onap.org.v19.TELinkAttributes"/> + <xml-element java-attribute="teLinkAttributes" name="te-link-attributes" type="inventory.aai.onap.org.v19.TeLinkAttributes"/> <xml-element java-attribute="interlayerAttachments" name="interlayer-attachments" type="inventory.aai.onap.org.v19.InterlayerAttachments"/> <xml-element java-attribute="tunnelTerminationPoints" name="tunnel-termination-points" type="inventory.aai.onap.org.v19.TunnelTerminationPoints"/> </java-attributes> @@ -9131,16 +9131,16 @@ </xml-properties> </java-type> - <java-type name="TELinkAttributes"> + <java-type name="TeLinkAttributes"> <xml-properties> <xml-property name="description" value="Collection of TE link attributes."/> </xml-properties> <xml-root-element name="te-link-attributes"/> <java-attributes> - <xml-element container-type="java.util.ArrayList" java-attribute="teLinkAttribute" name="te-link-attribute" type="inventory.aai.onap.org.v19.TELinkAttribute"/> + <xml-element container-type="java.util.ArrayList" java-attribute="teLinkAttribute" name="te-link-attribute" type="inventory.aai.onap.org.v19.TeLinkAttribute"/> </java-attributes> </java-type> - <java-type name="TELinkAttribute"> + <java-type name="TeLinkAttribute"> <xml-root-element name="te-link-attribute"/> <java-attributes> <xml-element java-attribute="id" name="id" required="true" type="java.lang.String" xml-key="true"> |