26 #ifndef __TERRALIB_XSD_INTERNAL_IDENTIFIABLE_H 
   27 #define __TERRALIB_XSD_INTERNAL_IDENTIFIABLE_H 
   55         void setId(std::string* 
id);
 
   58         std::string* getId() 
const;
 
   98 #endif  // __TERRALIB_XSD_INTERNAL_IDENTIFIABLE_H 
Configuration flags for the XSD Module of TerraLib. 
 
std::string * m_id
It specifies a unique identifier for the element. (Optional) 
 
A base class for XSD classes that must provide a unique ID property. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module.