File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Node Types
2
2
==========
3
3
4
- Node types in PHPCR are analogous to schemas in JCR. Node types enable you to
5
- define which items (properties or child nodes) a node may or may not have. It
6
- allows you to apply constraints to these items and to specify if items should
7
- be automatically created when the node is created.
4
+ Node types in PHPCR are somewhat analogous to table schemas in SQL. Node types
5
+ enable you to define which items (properties or child nodes) a node may or may
6
+ not have and what types they should be. They also allow you to apply
7
+ constraints to these items and to specify if items should be automatically
8
+ created when the node is created.
8
9
9
10
Node types can be defined as classes or as CND files. CND is an abbreviation
10
11
for Compact Namespace and Node Type Definition, and is part of the JCR-283
You can’t perform that action at this time.
0 commit comments