Java content class for init element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="init">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="database" type="{}database" maxOccurs="unbounded"/>
<element name="preload" type="{}preload" minOccurs="0"/>
<element name="conf-location" type="{}conf-location"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|