27 #ifndef __TERRALIB_XSD_INTERNAL_CONTENT_H 
   28 #define __TERRALIB_XSD_INTERNAL_CONTENT_H 
   51         virtual Content* clone() 
const = 0;
 
   57 #endif  // __TERRALIB_XSD_INTERNAL_CONTENT_H 
Configuration flags for the XSD Module of TerraLib. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base class for elements that are not definitions nor declarations. This class is just for creating ...