Class XmlSchemaChoice

All Implemented Interfaces:
XmlSchemaObjectBase, XmlSchemaChoiceMember, XmlSchemaSequenceMember

public class XmlSchemaChoice extends XmlSchemaGroupParticle implements XmlSchemaChoiceMember, XmlSchemaSequenceMember
Allows only one of its children to appear in an instance. Represents the World Wide Web Consortium (W3C) choice (compositor) element. This can contain any of (element|group|choice|sequence|any)*.