|
ENTITY Physical_document_definition SUBTYPE OF (Document_definition); components : SET [0:?] OF Hardcopy; END_ENTITY; -- Physical_document_definition |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Document_definition (RT) (OPT) name->description: STRING; (RT) defined_version->associated_document_version: Document_version; Physical_document_definition components: SET [0:?] OF Hardcopy; |
Global rules for this entity data type- |