complexType "License"
Namespace:
Content:
complex, 4 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
3.0.0+
description:
Describes the licenses for this project. This is used to generate the license page of the project's web site, as well as being taken into consideration in other reporting and validation. The licenses listed for the project are that of the project itself, and not of dependencies.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="License">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="url" type="xs:string"/>
<xs:element minOccurs="0" name="distribution" type="xs:string"/>
<xs:element minOccurs="0" name="comments" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
comments
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
Addendum information pertaining to this license.
XML Representation Summary
<comments>
   
Content: 
{ xs:string }
</comments>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="comments" type="xs:string"/>

distribution
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The primary method by which this project may be distributed.
repo
may be downloaded from the Maven repository
manual
user must manually download and install the dependency.
XML Representation Summary
<distribution>
   
Content: 
{ xs:string }
</distribution>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="distribution" type="xs:string"/>

name
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The full legal name of the license.
XML Representation Summary
<name>
   
Content: 
{ xs:string }
</name>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="name" type="xs:string"/>

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