01: /*
02: * Created on Oct 30, 2004
03: *
04: * TODO To change the template for this generated file go to
05: * Window - Preferences - Java - Code Style - Code Templates
06: */
07: package org.xdev.base.schema;
08:
09: /**
10: * @author Administrator
11: *
12: * TODO To change the template for this generated type comment go to
13: * Window - Preferences - Java - Code Style - Code Templates
14: */
15: public class SchemaChild extends ComponentSchemaElement {
16:
17: /**
18: *
19: */
20: public SchemaChild() {
21: super ();
22: // TODO Auto-generated constructor stub
23: }
24:
25: }
|