complexType "Prerequisites"
Namespace:
Content:
complex, 1 element
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definition of 1 element
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Describes the prerequisites a project can have.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="Prerequisites">
<xs:all>
<xs:element default="2.0" minOccurs="0" name="maven" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
maven
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
For a plugin project (packaging is maven-plugin), the minimum version of Maven required to use the resulting plugin.
XML Representation Summary
<maven>
   
Content: 
{ xs:string }
</maven>
Simple Content
Default:
"2.0"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="2.0" minOccurs="0" name="maven" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.