A base class for XSD classes that may allow annotation. 
 
Annotated & operator=(const Annotated &rhs)
Assignment operator. 
 
A base class for XSD classes that may allow annotation. 
 
Annotation * m_annotation
Annotation for human reading or machine consumption. (Optional) 
 
Annotated(Annotation *ann=0)
Constructor. 
 
A class that models a XSD annotation element. 
 
void setAnnotation(Annotation *ann)
It sets the associated annotation. 
 
Annotation * getAnnotation() const 
It returns the associated annotation. 
 
A class that models a XSD annotation element.