org.apache.ws.jaxme.xs.xml

Interface XsTExplicitGroup

public interface XsTExplicitGroup extends XsTGroup

Interface of the xs:explicitGroup type, as specified by the following:

  
    
      
        group type for the three kinds of group
      
    
    
      
        
          
          
        
        
        
      
    
  
 

Implementation note: This interface doesn't specify any additional methods. However, the implementations validate() method must ensure that

  1. neither of the 'name' or 'ref' attributes are set
  2. Either of the 'all', 'choice', 'sequence', 'any', or 'group' child elements is set, but not the 'all' element.

Author: Jochen Wiedmann