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

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

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

Classes in org.apache.ws.commons.schema that implement XmlSchemaChoiceMember
 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 XmlSchemaChoiceMember
 List<XmlSchemaChoiceMember> XmlSchemaChoice.getItems()
           
 



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