26 #ifndef __TERRALIB_XSD_INTERNAL_COMPLEXCONTENT_H 
   27 #define __TERRALIB_XSD_INTERNAL_COMPLEXCONTENT_H 
  102         void setAsMixed(
bool v);
 
  122 #endif  // __TERRALIB_XSD_INTERNAL_COMPLEXCONTENT_H 
SimpleType, SimpleContent and ComplexContent can be extend other types. This is just a base class for...
 
It models an XML Schema complexContent element. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base class for XSD classes that must provide a unique ID property. 
 
TypeDerivation * m_derivation
It can be: restriction (Restriction4ComplexContent) | extension. (Required) 
 
A class that models a XSD annotation element. 
 
A base class for XSD classes that must provide a unique ID property. 
 
A base class for XSD classes that may allow annotation. 
 
bool m_mixed
It specifies whether character data is allowed to appear between the child elements of this complexTy...
 
A base class for XSD classes that may allow annotation.