module test-module { yang-version 1; namespace "test:namespace"; prefix "tt"; description "Types for testing"; revision "2013-07-22"; container c { leaf a { type string; } leaf b { type string; } container d { leaf x { type boolean; } } } container e { leaf z { type uint8; } } }