![]() |
yumapro
25.10-1
YumaPro SDK
|
represents one registered namespace More...
#include <xmlns.h>
Data Fields | |
| xmlns_id_t | ns_id |
| namespace ID is slot number + 1 | |
| xmlChar * | ns_pfix |
| XML prefix for namespace usually same as YANG module prefix. | |
| xmlChar * | ns_name |
| namespace URI value | |
| xmlChar * | ns_module |
| module name associated with this namespace | |
| struct ncx_module_t_ * | ns_mod |
| module backptr if module loaded for this namespace | |
| boolean | ns_temporary |
| temporary flag used for unknown and other runtime namespace assignments | |
| boolean | ns_deleted |
| flag that the namespace is deleted and only actually remove this entry when no message processing is in progress | |
| boolean | ns_mod_dup |
| flag indicates that multiple modules are loaded for this NSID record. More... | |
represents one registered namespace
| boolean ns_mod_dup |
flag indicates that multiple modules are loaded for this NSID record.
This can happen if schema mount is enabled and a module is loaded in more than 1 location