1 57 58 package com.sun.org.apache.xerces.internal.xs; 59 60 63 public interface XSModelGroup extends XSTerm { 64 68 public static final short COMPOSITOR_SEQUENCE = 1; 69 72 public static final short COMPOSITOR_CHOICE = 2; 73 78 public static final short COMPOSITOR_ALL = 3; 79 80 85 public short getCompositor(); 86 87 91 public XSObjectList getParticles(); 92 93 96 public XSAnnotation getAnnotation(); 97 98 } 99 | Popular Tags |