26 #ifndef __TERRALIB_XSD_INTERNAL_ANY_H 
   27 #define __TERRALIB_XSD_INTERNAL_ANY_H 
   80         Any& operator=(
const Any& rhs);
 
   87         std::string* getNamespace() 
const;
 
  103         void setNamespace(std::string* ns);
 
  121 #endif  // __TERRALIB_XSD_INTERNAL_ANY_H 
A base class for XSD classes that may allow annotation. 
 
A base class for XSD classes that have occurs attributes. 
 
A base class for XSD classes that may allow annotation. 
 
It models the XML Schema any element. 
 
A base class for XSD classes that must provide a unique ID property. 
 
ProcessContents
It enumerates the possible ways that the XML processor should handle validation against the elements ...
 
A base class for XSD classes that have occurs attributes. 
 
std::string * m_namespace
It specifies the namespaces containing the elements that can be used. (Optional) 
 
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. 
 
ProcessContents m_pContents
It specifies how the XML processor should handle validation against the elements specified by this an...
 
A class that models a XSD annotation element.