Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<module name="a"
        xmlns="urn:ietf:params:xml:ns:yang:yin:1"
        xmlns:a="urn:a">
  <namespace uri="urn:a"/>
  <prefix value="a_mod"/>
  <revision date="2015-01-01">
    <description>
      <text>version 1</text>
    </description>
    <reference>
      <text>RFC XXXX</text>
    </reference>
  </revision>
  <feature name="foo"/>
  <grouping name="gg">
    <leaf name="bar-gggg">
      <type name="string"/>
    </leaf>
  </grouping>
  <container name="x">
    <leaf name="bar-leaf">
      <type name="string"/>
    </leaf>
    <uses name="gg"/>
    <leaf name="baz">
      <if-feature name="foo"/>
      <type name="string"/>
    </leaf>
    <leaf name="bubba">
      <type name="string"/>
    </leaf>
  </container>
  <rpc name="foo-rpc">
    <if-feature name="foo"/>
  </rpc>
</module>