Rosetta
Namespaces | Functions
xsd_util.hh File Reference
#include <utility/tag/XMLSchemaGeneration.fwd.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::pack
 
 core::pack::palette
 

Functions

std::string core::pack::palette::complex_type_name_for_packer_palette (std::string const &packer_palette_name)
 Construct a type name for a PackerPalette. More...
 
void core::pack::palette::xsd_type_definition_w_attributes (utility::tag::XMLSchemaDefinition &xsd, std::string const &packer_palette_type, std::string const &description, utility::tag::AttributeList const &attributes)
 Add a type definition for a PackerPalette. More...
 
void core::pack::palette::xsd_type_definition_w_attributes_and_repeatable_subelements (utility::tag::XMLSchemaDefinition &xsd, std::string const &packer_palette_type, std::string const &description, utility::tag::AttributeList const &attributes, utility::tag::XMLSchemaSimpleSubelementList const &subelements)
 Add a type definition for a PackerPalette, with sub-elements. More...