56   return m_typeNames[m_type];
 
BuiltInType m_type
The built-in type. 
 
A class for representing built-in XML Schema types. 
 
SimpleBuiltInType & operator=(const SimpleBuiltInType &rhs)
Assignment operator. 
 
A class for representing built-in XML Schema types. 
 
static std::string m_typeNames[1]
The list of names for available types. 
 
BuiltInType
It enumerates the available built-in types. 
 
~SimpleBuiltInType()
Destructor. 
 
SimpleBuiltInType(BuiltInType type)
Constructor. 
 
const std::string & getName() const 
It returns the built-in type name. 
 
BuiltInType getType() const 
It returns the built-in type code. 
 
An abstract class for modeling the definition of a new XML Schema Type.