26 #ifndef __TERRALIB_XSD_INTERNAL_APPINFO_H 
   27 #define __TERRALIB_XSD_INTERNAL_APPINFO_H 
   60         AppInfo(std::string* source, std::string* value);
 
   88         void setValue(std::string* value);
 
   95         void setSource(std::string* source);
 
  102         std::string* getValue() 
const;
 
  109         std::string* getSource() 
const;
 
  122 #endif  // __TERRALIB_XSD_INTERNAL_APPINFO_H 
A base class for XSD annotation elements. 
 
std::string * m_source
An URI that specifies the source of the application information. (Optional) 
 
This class models an object that specifies information to be used by applications. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string * m_value
An information to be used by the application. (Required) 
 
A base class for XSD annotation elements.