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