26 #ifndef __TERRALIB_XSD_INTERNAL_ANYATTRIBUTE_H 
   27 #define __TERRALIB_XSD_INTERNAL_ANYATTRIBUTE_H 
   87         std::string* getNamespace() 
const;
 
  103         void setNamespace(std::string* ns);
 
  121 #endif  // __TERRALIB_XSD_INTERNAL_ANYATTRIBUTE_H 
A base class for XSD classes that may allow annotation. 
 
ProcessContents m_pContents
It specifies how the XML processor should handle validation against the elements specified by this an...
 
A base class for XSD classes that may allow annotation. 
 
It models an XML anyAttribute 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 ...
 
std::string * m_namespace
It specifies the namespaces containing the attributes 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. 
 
A class that models a XSD annotation element.