|
ENTITY Document_property_representation SUBTYPE OF (Representation); SELF\Representation.items : SET [1:?] OF descriptive_or_numerical; WHERE WR1: SIZEOF(QUERY( pr <* USEDIN(SELF, 'PROPERTY_ASSIGNMENT_ARM.PROPERTY_DEFINITION_REPRESENTATION.REP') | 'DOCUMENT_PROPERTIES_ARM.ASSIGNED_PROPERTY' IN TYPEOF (pr\Property_representation.property)))> 0; WR2: SELF\Representation.context_of_items.kind = 'document parameters'; WR3: valid_document_property_representation(SELF); WR4: SIZEOF(QUERY(it1 <* SELF\Representation.items | SIZEOF(QUERY(it2 <* SELF\Representation.items | it1.name = it2.name)) > 1 ))= 0; END_ENTITY; -- Document_property_representation |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Document_property_representation (RT) items: SET [1:?] OF descriptive_or_numerical; |
Global rules for this entity data type- |