26 #ifndef __TERRALIB_XSD_INTERNAL_KEYREF_H    27 #define __TERRALIB_XSD_INTERNAL_KEYREF_H    89         QName* getRef() 
const;
    98         void setRef(
QName* ref);
   110 #endif  // __TERRALIB_XSD_INTERNAL_KEYREF_H 
This is the base class for XML Schema elements that are related to identity constraint. 
 
QName * m_ref
It specifies the name of a key or unique element defined in this or another schema. (Required) 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class to be used to represent XML qualified names. 
 
This class models a keyref element from a XML Schema element. 
 
A class that models a XSD annotation element. 
 
This is the base class for XML Schema elements that are related to identity constraint.