|
ENTITY text_string_representation SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF text_string_representation_item; WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ representation . items | NOT ( SIZEOF ( [ 'presentation_definition_schema.text_literal' , 'presentation_definition_schema.annotation_text' , 'presentation_definition_schema.annotation_text_character' , 'presentation_definition_schema.defined_character_glyph' , 'presentation_definition_schema.composite_text' ] * TYPEOF ( item ) ) = 0 ) ) ) >= 1 ; wr2: SIZEOF ( QUERY ( a2p <* QUERY ( item <* SELF \ representation . items | 'geometry_schema.axis2_placement' IN TYPEOF ( item ) ) | NOT ( ( SIZEOF ( QUERY ( at <* QUERY ( item <* SELF \ representation . items | 'presentation_definition_schema.' + 'annotation_text' IN TYPEOF ( item ) ) | ( at \ mapped_item . mapping_target :=: a2p ) ) ) >= 1 ) OR ( SIZEOF ( QUERY ( atc <* QUERY ( item <* SELF \ representation . items | 'presentation_definition_schema.' + 'annotation_text_character' IN TYPEOF ( item ) ) | ( atc \ mapped_item . mapping_target :=: a2p ) ) ) >= 1 ) ) ) ) = 0 ; END_ENTITY; -- text_string_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; text_string_representation (RT) items: SET [1:?] OF text_string_representation_item; |
Global rules for this entity data type- |
public interface EText_string_representation extends ERepresentation |
public class CText_string_representation implements EText_string_representation |
public class AText_string_representation extends AEntitypublic EText_string_representation getByIndex(int index)public EText_string_representation getCurrentMember(SdaiIterator it) |