32     m_schemaLocation(schemaLocation)
 
   39     m_schemaLocation(rhs.m_schemaLocation)
 
   54   return m_schemaLocation;
 
   59   m_schemaLocation = schemaLocation;
 
const std::string & getSchemaLocation() const 
It returns the location of the referenced schema. 
 
A base class for XSD classes that must provide a unique ID property. 
 
Include(const std::string &schemaLocation, Annotation *ann=0, std::string *id=0)
Constructor. 
 
A class that models a XSD annotation element. 
 
It models a XML Schema include. 
 
Include & operator=(const Include &rhs)
Assignment operator. 
 
void setSchemaLocation(const std::string &schemaLocation)
It sets the location of the referenced schema. 
 
A base class for XSD classes that may allow annotation.