Skip to content

Commit 193f3bf

Browse files
committed
Fixed mistake
1 parent 5f0a662 commit 193f3bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

book/node_types.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Node Types
22
==========
33

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.
89

910
Node types can be defined as classes or as CND files. CND is an abbreviation
1011
for Compact Namespace and Node Type Definition, and is part of the JCR-283

0 commit comments

Comments
 (0)