element <modules> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<modules> |
|
|
</modules> |
Included in content model of elements (1):
-
Annotation
version:
4.0.0+
description:
The modules (sometimes called subprojects) to build as a part of this
project. Each module listed is a relative path to the directory containing the module.
To be consistent with the way default urls are calculated from parent, it is recommended
to have module names match artifact ids.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="modules">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="module" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 1/1)
-
Type: |
xs:string, predefined, simple content |
XML Representation Summary |
<module> |
|
Content: |
{ xs:string } |
</module> |
|
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="module" type="xs:string"/>
|