Java content class for app-builder element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="app-builder">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="app-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="package-prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="domain-object-path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="module" type="{}module" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|