summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/identityref/identity-module.yang
blob: 09a34c5f061b2499b1cdc6f18708fdf3392825b8 (plain)
1
2
3
4
5
6
7
8
9
10
module identity-module {
  namespace "identity:module";  

  prefix "idemod";
  revision 2013-12-02 {    
  }
  
	identity iden {		
	}
}