class comments(RelationDefinition):
    subject = 'Comment'
    object = ('CWUser', 'BlogEntry')
    cardinality='1*'
    composite='object'