home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / software / windows / building / xmlspy / xmlspyentunicode2004.exe / Data1.cab / XMLSpyInterface.jar / XMLSpyInterface / SPYSchemaDefKind.class (.txt) < prev    next >
Encoding:
Java Class File  |  2003-01-20  |  1.7 KB  |  26 lines

  1. package XMLSpyInterface;
  2.  
  3. public class SPYSchemaDefKind {
  4.    public static final long spyKindAny = 5L;
  5.    public static final long spyKindAttr = 6L;
  6.    public static final long spyKindAttrAny = 8L;
  7.    public static final long spyKindAttrGroup = 7L;
  8.    public static final long spyKindComplexType = 1L;
  9.    public static final long spyKindCount = 20L;
  10.    public static final long spyKindElement = 0L;
  11.    public static final long spyKindFacet = 18L;
  12.    public static final long spyKindGroup = 3L;
  13.    public static final long spyKindIdentityField = 13L;
  14.    public static final long spyKindIdentityKey = 10L;
  15.    public static final long spyKindIdentityKeyRef = 11L;
  16.    public static final long spyKindIdentitySelector = 12L;
  17.    public static final long spyKindIdentityUnique = 9L;
  18.    public static final long spyKindImport = 16L;
  19.    public static final long spyKindInclude = 15L;
  20.    public static final long spyKindModel = 4L;
  21.    public static final long spyKindNotation = 14L;
  22.    public static final long spyKindRedefine = 17L;
  23.    public static final long spyKindSchema = 19L;
  24.    public static final long spyKindSimpleType = 2L;
  25. }
  26.