26 #ifndef __TERRALIB_XSD_INTERNAL_INCLUDE_H 
   27 #define __TERRALIB_XSD_INTERNAL_INCLUDE_H 
   56         Include(
const std::string& schemaLocation, 
Annotation* ann = 0, std::string* 
id = 0);
 
   86         const std::string& getSchemaLocation() 
const;
 
   93         void setSchemaLocation(
const std::string& schemaLocation);
 
  103 #endif  // __TERRALIB_XSD_INTERNAL_INCLUDE_H 
A base class for XSD classes that may allow annotation. 
 
A base class for XSD classes that may allow annotation. 
 
It models a XML Schema include. 
 
A base class for XSD classes that must provide a unique ID property. 
 
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. 
 
std::string m_schemaLocation
It specifies the URI to the schema to include in the target namespace of the containing schema...
 
A class that models a XSD annotation element.