complexType "Extension"
Namespace:
Content:
complex, 3 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Describes a build extension to utilise.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="Extension">
<xs:all>
<xs:element minOccurs="0" name="groupId" type="xs:string"/>
<xs:element minOccurs="0" name="artifactId" type="xs:string"/>
<xs:element minOccurs="0" name="version" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
artifactId
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The artifact ID of the extension.
XML Representation Summary
<artifactId>
   
Content: 
{ xs:string }
</artifactId>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="artifactId" type="xs:string"/>

groupId
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The group ID of the extension's artifact.
XML Representation Summary
<groupId>
   
Content: 
{ xs:string }
</groupId>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="groupId" type="xs:string"/>

version
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The version of the extension.
XML Representation Summary
<version>
   
Content: 
{ xs:string }
</version>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="version" 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.