#ifndef __XmlSchema_XmlSchemaAnnotation_H__ #define __XmlSchema_XmlSchemaAnnotation_H__ /* Content: (appinfo | documentation)* */ #import "XmlSchemaTag.h" @class NSString, NSMutableArray; @interface XmlSchemaAnnotation : XmlSchemaTag { NSString *idValue; NSMutableArray *appinfos; NSMutableArray *documentations; } /* attributes */ - (NSString *)id; /* content */ - (NSArray *)appinfos; - (NSArray *)documentations; @end /* XmlSchemaAnnotation */ #endif /* __XmlSchema_XmlSchemaAnnotation_H__ */