Difference between revisions of "App/namespace"

From mx Help Wiki
Jump to: navigation, search
(New page: A namespace serves as a string of characters to attach in order to create a unique identifier. For example namespaces are used when barcodes are created where the barcode might be "AEI 010...)
 
Line 1: Line 1:
A namespace serves as a string of characters to attach in order to create a unique identifier. For example namespaces are used when barcodes are created where the barcode might be "AEI 0102312" and AEI is the namespace (applied to each of the barcodes).
+
A namespace serves as space in which all the following identifiers are intended to (globally) identify unique things.  The namespace plus identifier should be unique for all of the instances of the class the namespace is attached to. For example namespaces are used when barcodes are created where the barcode might be "AEI 0102312".  Here AEI is the namespace, and we expect no more than one "specimen" to ever be identified with 012312.    .
  
The Owner of the namespace is the creator of the namespace.
+
The Owner of the namespace is the person responsible for the uniqueness of the identifiers within it.

Revision as of 13:25, 22 October 2009

A namespace serves as space in which all the following identifiers are intended to (globally) identify unique things. The namespace plus identifier should be unique for all of the instances of the class the namespace is attached to. For example namespaces are used when barcodes are created where the barcode might be "AEI 0102312". Here AEI is the namespace, and we expect no more than one "specimen" to ever be identified with 012312. .

The Owner of the namespace is the person responsible for the uniqueness of the identifiers within it.

Personal tools