bool isMixed()
If the ComplexContent is mixed or not. 
 
It models an XML Schema complexContent element. 
 
It models an XML Schema complexContent element. 
 
ComplexContent(TypeDerivation *dev=0, Annotation *ann=0, std::string *id=0)
Constructor. 
 
ComplexContent & operator=(const ComplexContent &rhs)
Assignment operator. 
 
void setTypeDerivation(TypeDerivation *t)
It sets the derivation type of this ComplexContent: (restriction | extension). 
 
TypeDerivation * m_derivation
It can be: restriction (Restriction4ComplexContent) | extension. (Required) 
 
void setAsMixed(bool v)
It specifies whether character data is allowed to appear between the child elements of this complexTy...
 
bool m_mixed
It specifies whether character data is allowed to appear between the child elements of this complexTy...
 
TypeDerivation * getTypeDerivation() const 
It returns the derivation type of this ComplexContent.