17#ifndef MS_CROSSLINKING_SCOPE_HPP
18#define MS_CROSSLINKING_SCOPE_HPP
24namespace msparser_internal {
25 class ms_crosslinking_xmlloader;
28namespace matrix_science {
30 class ms_crosslinking_parameters;
53 friend class msparser_internal::ms_crosslinking_xmlloader;
76 virtual std::string getSchemaType()
const;
79 virtual std::string getParameterSchemaType()
const;
A class that represents base parametersType in crosslinking_1.xsd.
Definition: ms_crosslinking_parameters.hpp:84
Scope element in crosslinking.xml
Definition: ms_crosslinking_scope.hpp:52