#ifndef __XmlSchema_XmlSchemaImport_H__ #define __XmlSchema_XmlSchemaImport_H__ /* Content: (annotation?) */ #import "XmlSchemaTag.h" @class NSString; @interface XmlSchemaImport : XmlSchemaTag { NSString *idValue; NSString *namespace; NSString *schemaLocation; } - (NSString *)id; - (NSString *)namespace; - (NSString *)schemaLocation; @end #endif /* __XmlSchema_XmlSchemaImport_H__ */