01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2003.09.05 at 11:10:40 PDT
06: //
07:
08: package org.jaffa.persistence.engines.jdbcengine.configservice.initdomain;
09:
10: /**
11: * Java content class for init element declaration.
12: * <p>The following schema fragment specifies the expected content contained within this java content object.
13: * <p>
14: * <pre>
15: * <element name="init">
16: * <complexType>
17: * <complexContent>
18: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19: * <sequence>
20: * <element name="database" type="{}database" maxOccurs="unbounded"/>
21: * <element name="preload" type="{}preload" minOccurs="0"/>
22: * <element name="conf-location" type="{}conf-location"/>
23: * </sequence>
24: * </restriction>
25: * </complexContent>
26: * </complexType>
27: * </element>
28: * </pre>
29: *
30: */
31: public interface Init
32: extends
33: javax.xml.bind.Element,
34: org.jaffa.persistence.engines.jdbcengine.configservice.initdomain.InitType {
35:
36: }
|