It models the selector element of an XML Schema. 
 
Selector & operator=(const Selector &rhs)
Assignment operator. 
 
A base class for XSD classes that must provide a unique ID property. 
 
Selector(std::string *xpath, Annotation *ann=0, std::string *id=0)
Constructor. 
 
void setXPath(std::string *xpath)
It sets the xpath expression of the Selector element. 
 
A class that models a XSD annotation element. 
 
std::string * getXPath() const 
It returns the xpath expression of the Selector element. 
 
A base class for XSD classes that may allow annotation. 
 
std::string * m_xpath
It specifies an XPath expression, relative to the element being declared, that identifies the child e...