Java content class for application-builder element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="application-builder">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="application-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="package-prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="full-package-names" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="output-root" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="output-java" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="output-finders" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="output-viewers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="output-lookups" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="output-maintenance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domain-object-path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="module" type="{}module" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
|