|
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_xim.property_definition_representation.rep' ) | 'document_properties_xim.assigned_property' IN TYPEOF ( pr \ property_definition_representation . definition ) ) ) > 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 attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; document_property_representation (RT) items: SET [1:?] OF descriptive_or_numerical; |
Global rules for this entity data type- |
public interface EDocument_property_representation extends ERepresentation |
public class CDocument_property_representation implements EDocument_property_representation |
public class ADocument_property_representation extends AEntitypublic EDocument_property_representation getByIndex(int index)public EDocument_property_representation getCurrentMember(SdaiIterator it) |