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
An abstract class for modeling the definition of a new XML Schema Type.
A base class for XSD classes that may allow annotation.
A base class for XSD classes that may allow annotation.
std::string * m_name
It specifies a name for the element. Required if the simpleType element is a child of the schema elem...
A base class for SympleType elements. List, Union and Restriction4SimpleType is derived from this bas...
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.
SimpleTypeConstructor * m_constructor
restriction | list | union.
A class that models a XSD annotation element.
It models a XML Schema SimpleType element.
An abstract class for modeling the definition of a new XML Schema Type.