home *** CD-ROM | disk | FTP | other *** search
- /**
- * SchemaID.java
- *
- * This file was generated by XMLSPY 5 Enterprise Edition.
- *
- * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
- * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
- *
- * Refer to the XMLSPY Documentation for further details.
- * http://www.altova.com/xmlspy
- */
-
- package com.altova.xml.types;
-
- public class SchemaID extends SchemaNCName {
- public SchemaID(String newvalue) {
- super(newvalue);
- }
-
- public SchemaID(SchemaID newvalue) {
- super((SchemaNCName)newvalue);
- }
- }
-