Language - Namespace (Scoping rule for name)
About
Logical Data Modeling - Namespace (Hierarchical Entity Organization) in code.
namespace.
Completely related to the notion of scope. See Language - Scope of an identifier (Variable, Package, Lexical)
Articles Related
Example
File System
Dynamic Language:
- Code Shipping - (Module|Component). php definition: In the broadest definition namespaces are a way of encapsulating items. An example with directory as namespace, the file foo.txt can exist in both directory /home/greg and in /home/other, but two copies of foo.txt cannot co-exist in the same directory.
Markup Language:
- The MathML namespace is: http://www.w3.org/1998/Math/MathML
- The SVG namespace is: http://www.w3.org/2000/svg
- The XLink namespace is: http://www.w3.org/1999/xlink
- The XMLNS namespace is: http://www.w3.org/2000/xmlns/