#ifndef __XmlSchema_List_H__ #define __XmlSchema_List_H__ #import "XmlSchemaDerivator.h" /* Content: (annotation?, (simpleType?)) */ @class NSString; @interface XmlSchemaList : XmlSchemaDerivator { NSString *itemType; } /* attributes */ - (NSString *)itemType; @end #endif /* __XmlSchema_List_H__ */