51   return new Key(*
this);
 
void setName(std::string *name)
It sets the key name. 
 
std::string * getName() const 
It returns the key name. 
 
IdentityConstraint * clone() const 
It clones the object. 
 
This class models a key element from an XML Schema. 
 
Key(std::string *name, Annotation *ann=0, std::string *id=0)
Constructor. 
 
This class models a key element from an XML Schema. 
 
This is the base class for XML Schema elements that are related to identity constraint. 
 
Key & operator=(const Key &rhs)
Assignment operator. 
 
A class that models a XSD annotation element.