|
ENTITY File ABSTRACT SUPERTYPE OF (ONEOF (Digital_file, Hardcopy)); id : STRING; version : OPTIONAL STRING; contained_data_type : OPTIONAL STRING; END_ENTITY; -- File |
Entity data types and their attributesFileid: STRING; (OPT) version: STRING; (OPT) contained_data_type: STRING; |
| Digital_file (File_identification_arm) |
| Hardcopy (File_identification_arm) |
Global rules for this entity data type- |