All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pyang.test.test_bad.c.yang Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
module c {
    namespace "urn:c";
    prefix c;
    import b { prefix b; }
    
    typedef xx {
        type b:xx {
            length "3|5";
        }
    }

}

            




© 2015 - 2024 Weber Informatics LLC | Privacy Policy