schema.py
changeset 2596 d02eed70937f
parent 2531 531ea4e7013e
child 2598 a66fe74bd9fc
--- a/schema.py	Fri Jul 31 23:27:53 2009 +0200
+++ b/schema.py	Fri Jul 31 23:30:56 2009 +0200
@@ -34,6 +34,9 @@
 schema.use_py_datetime()
 nodes.use_py_datetime()
 
+PURE_VIRTUAL_RTYPES = set(('identity', 'has_text',))
+VIRTUAL_RTYPES = set(('eid', 'identity', 'has_text',))
+
 #  set of meta-relations available for every entity types
 META_RELATIONS_TYPES = set((
     'owned_by', 'created_by', 'is', 'is_instance_of', 'identity',