#ifndef __XmlSchema_XmlSchemaComplexContent_H__ #define __XmlSchema_XmlSchemaComplexContent_H__ #import "XmlSchemaContent.h" /* Content: (annotation?, (restriction | extension)) */ @class NSString; @class XmlSchemaDerivator; @interface XmlSchemaComplexContent : XmlSchemaContent { BOOL mixed; XmlSchemaDerivator *derivator; } /* attributes */ - (BOOL)mixed; - (XmlSchemaDerivator *)derivator; @end #endif /* __XmlSchema_XmlSchemaComplexContent_H__ */