What steps will reproduce the problem?
yang source has type:empty, e.g.:
81 leaf enable {
82 type empty;
83 mandatory true;
84 description
85 "description";
86 }
What is the expected output? What do you see instead?
the output element should contain <empty/> indication
currently, the generated output is invalid:
<element name="module-name:enable"/>
Original issue reported on code.google.com by Klement.Sekera@gmail.com on 25 Mar 2014 at 2:01
Original issue reported on code.google.com by
Klement.Sekera@gmail.com
on 25 Mar 2014 at 2:01