26 #ifndef __TERRALIB_XSD_INTERNAL_SELECTOR_H 
   27 #define __TERRALIB_XSD_INTERNAL_SELECTOR_H 
   86         std::string* getXPath() 
const;
 
   95         void setXPath(std::string* xpath);
 
  105 #endif  // __TERRALIB_XSD_INTERNAL_SELECTOR_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. 
 
std::string * m_xpath
It specifies an XPath expression, relative to the element being declared, that identifies the child e...
 
It models the selector element of an XML Schema. 
 
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.