The following list is a registry of common namespace mappings found in JCR applications. Note that the listed prefixes are not universal, as some repositories can use different mappings for the same namespaces. All prefixed names on this wiki and on the
Jackrabbit web site use these mappings unless otherwise specified. Unless there is a good reason to do otherwise, you should avoid using these prefixes for different namespace mappings.
|
Prefix |
Namespace URI |
Comments |
|
|
|
The default namespace with an empty prefix and an empty namespace URI. |
|
xml |
The XML namespace. Should not be used in JCR content to avoid problems with XML exports. |
|
|
xmlns |
The XML namespace namespace. Should not be used in JCR content to avoid problems with XML exports. |
|
|
jcr |
Namespace of standard node and property names specified in JSR 170. |
|
|
nt |
Namespace of the standard primary node types specified in JSR 170. |
|
|
mix |
Namespace of the standard mixin node types specified in JSR 170. |
|
|
sv |
The JCR system view namespace. Should not be used in JCR content to avoid problems with XML exports. |
|
|
rep |
internal |
Internal |
|
jlib |
The |
|
|
mgnl |
The |
|
|
dc |
The |
|
|
dcterms |
The |
|
|
fn |
The |
|
|
fn |
The |
|
|
xs |
The |
Feel free to add entries to this list.