26 #ifndef __TERRALIB_XSD_INTERNAL_FACET_H    27 #define __TERRALIB_XSD_INTERNAL_FACET_H    92         const std::string& getName() 
const;
    99         const std::string& getValue();
   105         static std::string m_typeNames[12]; 
   111 #endif  // __TERRALIB_XSD_INTERNAL_FACET_H Configuration flags for the XSD Module of TerraLib. 
 
FacetType m_type
The facet type. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_value
The facet associated value. 
 
FacetType
It enumerates the available facet types. 
 
This class can be used to model a facet (a constraint in the range of values).