Revision 12418 trunk/libraries/libGPE/src/org/gvsig/xmlschema/som/IXSElementDeclaration.java

View differences:

IXSElementDeclaration.java
46 46
 *
47 47
 * $Id$
48 48
 * $Log$
49
 * Revision 1.2  2007-06-22 12:20:48  jorpiell
49
 * Revision 1.3  2007-06-29 12:19:14  jorpiell
50
 * The schema validation is made independently of the concrete writer
51
 *
52
 * Revision 1.2  2007/06/22 12:20:48  jorpiell
50 53
 * The typeNotFoundException has been deleted. It never was thrown
51 54
 *
52 55
 * Revision 1.1  2007/06/14 16:15:03  jorpiell
......
83 86
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
84 87
 */
85 88
public interface IXSElementDeclaration extends IXSComponent{
89
	public static final int MAX_OCCURS_UNBOUNDED = -1;
90
	public static final int MIN_OCCURS_UNBOUNDED = -1;
86 91
	
87 92
	public IXSTypeDefinition getTypeDefinition();
88 93
	

Also available in: Unified diff