ENTITY complement
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY complement;
id : identifier;
name : label;
description : OPTIONAL text;
set_1 : class;
set_2 : class;
universe : class;
WHERE
complement_different : NOT identical_sets(set_1, set_2);
END_ENTITY;
Explicit Attributes
Entity complement has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| id | identifier (STRING) | complement |
| name | label (STRING) | complement |
| description | text (STRING) | complement |
| set_1 | class (ENTITY) | complement |
| set_2 | class (ENTITY) | complement |
| universe | class (ENTITY) | complement |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Not referenced by any other definition
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:32-04:00