|
ENTITY Test_specification SUBTYPE OF (Specification_definition); WHERE WR1: NOT EXISTS(SELF\Product_view_definition.additional_characterization); END_ENTITY; -- Test_specification |
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; Specification_definition (DER) source: SET [0:?] OF Organization_or_person_in_organization_assignment; Test_specification - |
Global rules for this entity data type- |