com.sun.msv.grammar.xmlschema

Class XMLSchemaTypeExp

public abstract class XMLSchemaTypeExp extends RedefinableExp

Base class of {@link ComplexTypeExp} and {@link SimpleTypeExp}. This class represents "type" of W3C XML Schema.

Author: Kohsuke KAWAGUCHI

Field Summary
static intEXTENSION
static intRESTRICTION
Method Summary
abstract intgetBlock()
gets the value of the block constraint.

Field Detail

EXTENSION

public static final int EXTENSION

RESTRICTION

public static final int RESTRICTION

Method Detail

getBlock

public abstract int getBlock()
gets the value of the block constraint.