[domscheme] Move runtime.h into a separate library
The content of tools/domschemec/runtime.h file was pasted directly to each generated .sc.h file.
Now we extract this file into LIBRARY() at library/cpp/domscheme and include it in each .sc.h in a usual way.