|
ENTITY character_glyph_symbol_stroke SUBTYPE OF (character_glyph_symbol); strokes : SET [1:?] OF curve; WHERE WR1: SELF.strokes <= SELF\representation.items; END_ENTITY; -- character_glyph_symbol_stroke |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; symbol_representation - generic_character_glyph_symbol - character_glyph_symbol character_box: planar_extent; baseline_ratio: ratio_measure; (DER) box_height: length_measure; character_glyph_symbol_stroke strokes: SET [1:?] OF curve; |
Global rules for this entity data type- |