doc/book/en/B0012-schema-definition.en.txt
changeset 1588 79755c89b4f3
parent 1585 b86448eaed66
parent 1352 9fae16f3e068
child 1598 8f400d5f6742
--- a/doc/book/en/B0012-schema-definition.en.txt	Sat Apr 18 15:49:40 2009 -0500
+++ b/doc/book/en/B0012-schema-definition.en.txt	Sat Apr 18 15:50:04 2009 -0500
@@ -6,7 +6,9 @@
 An entity type is defined by a Python class which inherits from `EntityType`.
 The class definition contains the description of attributes and relations
 for the defined entity type.
-The class name corresponds to the entity type name.
+The class name corresponds to the entity type name. It is exepected to be
+defined in the module ``mycube.schema``.
+
 
 For example ::