ome-xml
5.6.0
|
Metadata for a schema version. More...
#include <ome/xml/OMETransformResolver.h>
Public Member Functions | |
Schema () | |
Default constructor. | |
Schema (const std::string &name) | |
Construct with name. More... | |
bool | operator< (const Schema &rhs) const |
Compare with other Schema. More... | |
Public Attributes | |
std::string | name |
Name of the schema. | |
Metadata for a schema version.
Internally, this is attached to each graph vertex.
|
inline |
Construct with name.
name | the name of the schema. |
|
inline |