home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _D4FACF0AADCD4BECA6BA29F9E6A7115F < prev    next >
Encoding:
Text File  |  2003-07-18  |  532 b   |  24 lines

  1. /**
  2.  * SchemaName.java
  3.  *
  4.  * This file was generated by XMLSPY 2004 Enterprise Edition.
  5.  *
  6.  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  7.  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  8.  *
  9.  * Refer to the XMLSPY Documentation for further details.
  10.  * http://www.altova.com/xmlspy
  11.  */
  12.  
  13. package com.altova.xml.types;
  14.  
  15. public class SchemaName extends SchemaToken {
  16.     public SchemaName(String newvalue) {
  17.         super(newvalue);
  18.     }
  19.  
  20.     public SchemaName(SchemaName newvalue) {
  21.         super((SchemaToken)newvalue);
  22.     }
  23. }
  24.