pub(crate) fn make_full_name( name: &str, namespace_attr: Option<&str>, enclosing_ns: Option<&str>, ) -> (String, Option<String>)