|
static basic::Tracer | protocols::moves::TR ("protocols.moves.mover_schemas") |
|
std::string | protocols::moves::complex_type_name_for_mover (std::string const &mover_name) |
|
void | protocols::moves::xsd_type_definition_w_attributes (utility::tag::XMLSchemaDefinition &xsd, std::string const &mover_type, std::string const &description, utility::tag::AttributeList const &attributes) |
| Define the XML schema definition for a Mover that contains no subtags but may contain any number of attributes (aka options). More...
|
|
void | protocols::moves::xsd_type_definition_w_attributes_and_repeatable_subelements (utility::tag::XMLSchemaDefinition &xsd, std::string const &mover_type, std::string const &description, utility::tag::AttributeList const &attributes, utility::tag::XMLSchemaSimpleSubelementList const &subelements) |
| Define the XML schema definition for a Mover that contains subtags attributes (aka options). More...
|
|
void | protocols::moves::xsd_type_definition_w_attributes_and_single_subelement (utility::tag::XMLSchemaDefinition &xsd, std::string const &mover_type, std::string const &description, utility::tag::AttributeList const &attributes, utility::tag::XMLSchemaSimpleSubelementList const &subelement) |
| Define the XML schema definition for a Mover that contains subtags attributes (aka options). More...
|
|