Java content class for database complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="database">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="connection-factory" type="{}connection-factory"/>
<element name="hitlistSize" type="{}hitlistSize"/>
<element name="jdbcSecurityPlugin" type="{}jdbcSecurityPlugin" minOccurs="0"/>
<element name="usePreparedStatement" type="{}usePreparedStatement" minOccurs="0"/>
</sequence>
<attribute name="engine" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
|