#ifndef __XmlSchema_XmlSchemaRedefine_H__ #define __XmlSchema_XmlSchemaRedefine_H__ /* Content:(annotation | (simpleType | complexType | group | attributeGroup))* */ #import "XmlSchemaTag.h" @class NSString; @interface XmlSchemaRedefine : XmlSchemaTag { NSString *idValue; NSString *schemaLocation; } - (NSString *)id; - (NSString *)schemaLocation; @end #endif /* __XmlSchema_XmlSchemaRedefine_H__ */