|
ENTITY External_library_property SUBTYPE OF (Independent_property); external_id : STRING; source : External_source; DERIVE library_type : STRING := source.id; END_ENTITY; -- External_library_property |
Entity data types and their attributesIndependent_propertyid: STRING; property_type: STRING; (OPT) description: STRING; External_library_property external_id: STRING; source: External_source; (DER) library_type: STRING; |
Global rules for this entity data type- |