yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches

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...
 

Detailed Description

represents one registered namespace

Field Documentation

◆ ns_mod_dup

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


The documentation for this struct was generated from the following file: