changeset 2456 | aa25d6b244c8 |
parent 2441 | d7f0e551d0fa |
child 2464 | 926696e38502 |
--- a/schemas/base.py Thu Jul 23 15:17:11 2009 +0200 +++ b/schemas/base.py Thu Jul 23 15:28:41 2009 +0200 @@ -131,6 +131,12 @@ subject = '*' object = 'Datetime' +class cwuri(RelationType): + """internal entity uri""" + cardinality = '11' + subject = '**' + object = 'String' + class CWProperty(EntityType): """used for cubicweb configuration. Once a property has been created you