32   : 
Occurs(minOccurs, maxOccurs),
 
  104   return new Group(*
this);
 
Content * getContent() const 
It returns the content of this group. 
 
Group & operator=(const Group &rhs)
Assignment operator. 
 
A base class for XSD classes that have occurs attributes. 
 
A base class for elements that are not definitions nor declarations. This class is just for creating ...
 
void setName(std::string *name)
It sets a name for the group. 
 
A base class for elements that are not definitions nor declarations. This class is just for creating ...
 
QName * getRef() const 
It returns the reference to a name of another group. 
 
void setRef(QName *ref)
It sets a reference to a name of another group. 
 
A base class for XSD classes that must provide a unique ID property. 
 
Group(unsigned int minOccurs=1, unsigned int maxOccurs=1, Annotation *ann=0, std::string *id=0)
Constructor. 
 
A class that models a XSD annotation element. 
 
A class to be used to represent XML qualified names. 
 
std::string * getName() const 
It returns the name of the group. 
 
A class to deal with XML qualified names. 
 
A base class for XSD classes that may allow annotation. 
 
This class models a group element in a XML Schema. 
 
void setContent(Content *c)
It sets the group content. It can be one of: all | choice | sequence.