Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by JukkaZitting: http://wiki.apache.org/jackrabbit/NodeTypeRegistry New page: This page lists node types used by various JCR applications. The goals of this page are to act as a reference, to encourage reuse and standardization, and to provide examples of node type design. Feel free to add new or edit the existing node type descriptions. You can use the ["nt:example"] page as a template for new node type descriptions. == JSR 170 node types == Mixin types: * ["mix:lockable"] * ["mix:referenceable"] * ["mix:versionable"] Primary types: * ["nt:base"] (the base type of all other node types) * ["nt:unstructured"] * ["nt:hierarchyNode"] * ["nt:file"] * ["nt:linkedFile"] * ["nt:folder"] * ["nt:resource"] * ["nt:nodeType"] * ["nt:propertyDefinition"] * ["nt:childNodeDefinition"] * ["nt:versionHistory"] * ["nt:versionLabels"] * ["nt:version"] * ["nt:frozenNode"] * ["nt:versionedChild"] * ["nt:query"] == jLibrary node types == Primary types: * ["jlib:internal"] * ["jlib:base"] * ["jlib:node"] * ["jlib:resource"] * ["jlib:directory"] * ["jlib:document"] * ["jlib:author"] * ["jlib:category"] * ["jlib:note"] * ["jlib:user"] * ["jlib:group"] * ["jlib:rol"] * ["jlib:content"] * ["jlib:favorite"] * ["jlib:bookmark"]