/**
  * Constructor
  * @param $fromSchema string fully qualified class name of supported input meta-data schema
  * @param $toSchema string fully qualified class name of supported output meta-data schema
  */
 function __construct($fromSchema, $toSchema)
 {
     parent::__construct($fromSchema, $toSchema);
 }