element <licenses> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
locally within Model complexType in maven-4.0.0.xsd; see XML source
Includes:
definition of 1 element
Component Diagram
XML Representation Summary
<licenses>
   
Content: 
</licenses>
Included in content model of elements (1):
Annotation
version:
3.0.0+
description:
This element describes all of the licenses for this project. Each license is described by a license element, which is then described by additional elements. Projects should only list the license(s) that applies to the project and not the licenses that apply to dependencies. If multiple licenses are listed, it is assumed that the user can select any of them, not that they must accept all.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="licenses">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="license" type="License"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 1/1)
license
Type:
License, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="license" type="License"/>

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.