26 #ifndef __TERRALIB_XSD_INTERNAL_FIELD_H 
   27 #define __TERRALIB_XSD_INTERNAL_FIELD_H 
   89         std::string* getXPath() 
const;
 
   98         void setXPath(std::string* xpath);
 
  108 #endif  // __TERRALIB_XSD_INTERNAL_FIELD_H 
A base class for XSD classes that may allow annotation. 
 
A base class for XSD classes that may allow annotation. 
 
A base class for XSD classes that must provide a unique ID property. 
 
It models the field element of an XML Schema. 
 
std::string * m_xpath
It identifies a single element or attribute whose content or value is used for the constraint...
 
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. 
 
A class that models a XSD annotation element.