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