|
ENTITY datum_system SUBTYPE OF (shape_aspect); constituents : LIST [1:3] OF UNIQUE datum_reference_compartment; UNIQUE UR1 : of_shape, name; WHERE WR1: SELF\shape_aspect.product_definitional = FALSE; END_ENTITY; -- datum_system |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; datum_system constituents: LIST [1:3] OF UNIQUE datum_reference_compartment; |
Global rules for this entity data typeunique_datum_system (shape_aspect_definition_schema) |