Uses of Interface
org.apache.ws.commons.schema.XmlSchemaSequenceMember

Packages that use XmlSchemaSequenceMember
org.apache.ws.commons.schema   
 

Uses of XmlSchemaSequenceMember in org.apache.ws.commons.schema
 

Classes in org.apache.ws.commons.schema that implement XmlSchemaSequenceMember
 class XmlSchemaAny
          Enables any element from the specified namespace or namespaces to appear in the containing complexType element.
 class XmlSchemaChoice
          Allows only one of its children to appear in an instance.
 class XmlSchemaElement
          Class for elements, representing xs:element.
 class XmlSchemaGroup
          Class that defines groups at the schema level that are referenced from the complex types.
 class XmlSchemaGroupRef
          Class used within complex types that defines the reference to groups defined at the schema level.
 class XmlSchemaSequence
          Requires the elements in the group to appear in the specified sequence within the containing element.
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaSequenceMember
 List<XmlSchemaSequenceMember> XmlSchemaSequence.getItems()
          The elements contained within the compositor.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.