Remove processing of sc-element subtype from scsloader. For example, if we have construction like: ``` sc_node_norole_relation -> nrel_goto; ```` Current implementation will load it as:  New implementation should load it as: 
Remove processing of sc-element subtype from scsloader. For example, if we have construction like:
Current implementation will load it as:

New implementation should load it as:
