#ifndef __XmlSchema_Choice_H__ #define __XmlSchema_Choice_H__ /* Content: (annotation?, (element | group | choice | sequence | any)*) */ #import "XmlSchemaSequence.h" @interface XmlSchemaChoice : XmlSchemaSequence { } @end #endif /* __XmlSchema_Choice_H__ */