Schema: certification_schema

Source : ISO 10303-41



SCHEMA certification_schema;

REFERENCE FROM support_resource_schema   -- ISO 10303-41
  (label,
   text);


ENTITY certification;
  name : label;
  purpose : text;
  kind : certification_type;
END_ENTITY;

ENTITY certification_type;
  description : label;
END_ENTITY;

END_SCHEMA;  -- certification_schema