26 #ifndef __TERRALIB_XSD_INTERNAL_SIMPLETYPE_H 
   27 #define __TERRALIB_XSD_INTERNAL_SIMPLETYPE_H 
   42     class SimpleTypeConstructor;
 
   92         std::string* getName() 
const;
 
  108         void setName(std::string* name);
 
  130 #endif  // __TERRALIB_XSD_INTERNAL_SIMPLETYPE_H 
It models a XML Schema SimpleType element. 
 
An abstract class for modeling the definition of a new XML Schema Type. 
 
SimpleTypeConstructor * m_constructor
restriction | list | union. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base class for XSD classes that must provide a unique ID property. 
 
std::string * m_name
It specifies a name for the element. Required if the simpleType element is a child of the schema elem...
 
A class that models a XSD annotation element. 
 
A base class for XSD classes that must provide a unique ID property. 
 
A base class for XSD classes that may allow annotation. 
 
A base class for SympleType elements. List, Union and Restriction4SimpleType is derived from this bas...
 
A base class for XSD classes that may allow annotation. 
 
An abstract class for modeling the definition of a new XML Schema Type.