26 #ifndef __TERRALIB_XSD_INTERNAL_SIMPLEBUILTINTYPE_H 
   27 #define __TERRALIB_XSD_INTERNAL_SIMPLEBUILTINTYPE_H 
   86         const std::string& getName() 
const;
 
   93         static std::string m_typeNames[1]; 
 
   99 #endif  // __TERRALIB_XSD_INTERNAL_SIMPLEBUILTINTYPE_H 
An abstract class for modeling the definition of a new XML Schema Type. 
 
A class for representing built-in XML Schema types. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
BuiltInType
It enumerates the available built-in types. 
 
BuiltInType m_type
The built-in type. 
 
An abstract class for modeling the definition of a new XML Schema Type.