1 16 17 package org.apache.xerces.xs; 18 19 22 public interface XSModelGroup extends XSTerm { 23 27 public static final short COMPOSITOR_SEQUENCE = 1; 28 31 public static final short COMPOSITOR_CHOICE = 2; 32 37 public static final short COMPOSITOR_ALL = 3; 38 39 44 public short getCompositor(); 45 46 50 public XSObjectList getParticles(); 51 52 55 public XSAnnotation getAnnotation(); 56 57 } 58 | Popular Tags |