/** \defgroup fost_schema_static static \ingroup fost_schema \brief Statically defined models. Static model sare defined through C++ classes, but can still be augmented at run time. Only the attributes that are described in the C++ class are directly accessible through C++ syntax. Dynamically defined attributes must be handled through the dynamic interface. */ /** \class fostlib::model fost/detail/schema/static.hpp fost/factory \ingroup fost_schema_static The model attributes are built up in several layers each handling a different aspect of the storage and management. */