<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:53:16 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[YANGTOOLS-446] Union node doesn&apos;t contain children types in parsed XML</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-446</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;I&apos;ve just built a controller (2015-04-14) with odl-netconf-monitoring feature activated and when I call a request /restconf/modules/module/ietf-netconf-monitoring/2010-10-04/schema I get this data :&lt;/p&gt;

&lt;p&gt;&amp;lt;leaf-list name=&quot;location&quot;&amp;gt;&lt;br/&gt;
                    &amp;lt;type name=&quot;union&quot;&amp;gt;&amp;lt;/type&amp;gt;&lt;br/&gt;
                    &amp;lt;config value=&quot;false&quot;&amp;gt;&amp;lt;/config&amp;gt;&lt;br/&gt;
                    &amp;lt;ordered-by value=&quot;system&quot;&amp;gt;&amp;lt;/ordered-by&amp;gt;&lt;br/&gt;
                    &amp;lt;status value=&quot;current&quot;&amp;gt;&amp;lt;/status&amp;gt;&lt;br/&gt;
                    &amp;lt;description&amp;gt;&lt;br/&gt;
                        &amp;lt;text&amp;gt;One or more locations from which the schema can be&lt;br/&gt;
             retrieved.  This list SHOULD contain at least one&lt;br/&gt;
             entry per schema.&lt;/p&gt;

&lt;p&gt;             A schema entry may be located on a remote file system&lt;br/&gt;
             (e.g., reference to file system for ftp retrieval) or&lt;br/&gt;
             retrieved directly from a server supporting the&lt;br/&gt;
             &amp;lt;get-schema&amp;gt; operation (denoted by the value &apos;NETCONF&apos;).&amp;lt;/text&amp;gt;&lt;br/&gt;
                    &amp;lt;/description&amp;gt;&lt;br/&gt;
                &amp;lt;/leaf-list&amp;gt;&lt;/p&gt;

&lt;p&gt;In file in controller opendaylight/netconf/ietf-netconf-monitoring/src/main/yang/ietf-netconf-monitoring.yang are data :&lt;/p&gt;

&lt;p&gt;leaf-list location {&lt;br/&gt;
            type union {&lt;br/&gt;
              type enumeration {&lt;br/&gt;
                enum &quot;NETCONF&quot; &lt;/p&gt;
{
                  value 0;
                }
&lt;p&gt;              }&lt;br/&gt;
              type inet:uri;&lt;br/&gt;
            }&lt;br/&gt;
            description&lt;br/&gt;
              &quot;One or more locations from which the schema can be&lt;br/&gt;
             retrieved.  This list SHOULD contain at least one&lt;br/&gt;
             entry per schema.&lt;/p&gt;

&lt;p&gt;             A schema entry may be located on a remote file system&lt;br/&gt;
             (e.g., reference to file system for ftp retrieval) or&lt;br/&gt;
             retrieved directly from a server supporting the&lt;br/&gt;
             &amp;lt;get-schema&amp;gt; operation (denoted by the value &apos;NETCONF&apos;).&quot;;&lt;br/&gt;
          }&lt;br/&gt;
        }  // list schema&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="22866">YANGTOOLS-446</key>
            <summary>Union node doesn&apos;t contain children types in parsed XML</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="pkajsa">Peter Kajsa</assignee>
                                    <reporter username="zkrnac@cisco.com">Zdenko Krnac</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 Apr 2015 09:56:08 +0000</created>
                <updated>Sun, 10 Apr 2022 18:35:32 +0000</updated>
                            <resolved>Mon, 4 Jan 2016 16:15:10 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="43369" author="pkajsa" created="Fri, 11 Dec 2015 12:08:14 +0000"  >&lt;p&gt;The bug is fixed on current master branch. Output of the reguest is correct (please see below). Please retry and let us know the result.&lt;/p&gt;

&lt;p&gt;&amp;lt;leaf-list name=&quot;location&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;type name=&quot;union&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;type name=&quot;enumeration&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;enum name=&quot;NETCONF&quot;&amp;gt;&lt;br/&gt;
                &amp;lt;value value=&quot;0&quot;&amp;gt;&amp;lt;/value&amp;gt;&lt;br/&gt;
                &amp;lt;status value=&quot;current&quot;&amp;gt;&amp;lt;/status&amp;gt;&lt;br/&gt;
            &amp;lt;/enum&amp;gt;&lt;br/&gt;
        &amp;lt;/type&amp;gt;&lt;br/&gt;
        &amp;lt;type name=&quot;inet:uri&quot;&amp;gt;&amp;lt;/type&amp;gt;&lt;br/&gt;
    &amp;lt;/type&amp;gt;&lt;br/&gt;
    &amp;lt;config value=&quot;true&quot;&amp;gt;&amp;lt;/config&amp;gt;&lt;br/&gt;
    &amp;lt;min-elements value=&quot;0&quot;&amp;gt;&amp;lt;/min-elements&amp;gt;&lt;br/&gt;
    &amp;lt;max-elements value=&quot;2147483647&quot;&amp;gt;&amp;lt;/max-elements&amp;gt;&lt;br/&gt;
    &amp;lt;ordered-by value=&quot;system&quot;&amp;gt;&amp;lt;/ordered-by&amp;gt;&lt;br/&gt;
    &amp;lt;status value=&quot;current&quot;&amp;gt;&amp;lt;/status&amp;gt;&lt;br/&gt;
    &amp;lt;description&amp;gt;&lt;br/&gt;
        &amp;lt;text&amp;gt;One or more locations from which the&lt;br/&gt;
            schema can be&lt;br/&gt;
            retrieved. This list SHOULD contain at least one&lt;br/&gt;
            entry per schema.&lt;/p&gt;

&lt;p&gt;            A schema entry may be located on a remote file system&lt;br/&gt;
            (e.g., reference to file system for ftp retrieval) or&lt;br/&gt;
            retrieved directly from a server supporting the&lt;br/&gt;
            &amp;lt;get-schema&amp;gt; operation (denoted by the value &apos;NETCONF&apos;).&amp;lt;/text&amp;gt;&lt;br/&gt;
    &amp;lt;/description&amp;gt;&lt;br/&gt;
&amp;lt;/leaf-list&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2993</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=2993]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10352"><![CDATA[Beryllium-RC0]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0279z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>