26 #ifndef __TERRALIB_XSD_INTERNAL_IMPORT_H
27 #define __TERRALIB_XSD_INTERNAL_IMPORT_H
58 Import(std::string* ns, std::string* schemaLocation,
Annotation* ann = 0, std::string*
id = 0);
88 std::string* getNamespace()
const;
95 std::string* getSchemaLocation()
const;
104 void setNamespace(std::string* ns);
113 void setSchemaLocation(std::string* schemaLocation);
124 #endif // __TERRALIB_XSD_INTERNAL_IMPORT_H
A base class for XSD classes that may allow annotation.
It models a XML Schema import.
A base class for XSD classes that may allow annotation.
std::string * m_namespace
It specifies the URI of the namespace to import. (Optional)
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 for the imported namespace. (Optional)
A class that models a XSD annotation element.