Class XmlSchemaSequence

All Implemented Interfaces:
XmlSchemaObjectBase, XmlSchemaChoiceMember, XmlSchemaSequenceMember

public class XmlSchemaSequence extends XmlSchemaGroupParticle implements XmlSchemaChoiceMember, XmlSchemaSequenceMember
Requires the elements in the group to appear in the specified sequence within the containing element. Represents the World Wide Web Consortium (W3C) sequence (compositor) element. (element|group|choice|sequence|any)
  • Field Details

  • Constructor Details

    • XmlSchemaSequence

      public XmlSchemaSequence()
      Creates new XmlSchemaSequence
  • Method Details

    • getItems

      public List<XmlSchemaSequenceMember> getItems()
      The elements contained within the compositor. Collection of XmlSchemaElement, XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaSequence, or XmlSchemaAny.