Fix element name discrepancy in schema v19 85/105485/1
authorVlastimil Starec <vlastimil.starec@orange.com>
Wed, 8 Apr 2020 07:55:07 +0000 (09:55 +0200)
committerVlastimil Starec <vlastimil.starec@orange.com>
Wed, 8 Apr 2020 07:58:15 +0000 (09:58 +0200)
CamelCase format of te-link-attribute(s) should be TeLinkAttribute(s),
but is TELinkAttribute(s) in aai_oxm_v19.xml.

Issue-ID: AAI-2771
Signed-off-by: Vlastimil Starec <vlastimil.starec@orange.com>
Change-Id: Ibcc9c8cd5b44f198eca3ebfa726051ded1af0a11

aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml

index 076cc2e..e0ca8f9 100644 (file)
                                <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>
             </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">