http://maven.apache.org/POM/4.0.0
complexType License

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}License (restriction)

Documentation
3.0.0+
        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.
      
Properties
This component is not nillable.

Model
<...>
(name? ; url? ; distribution? ; comments?)
</...>


Nested Element Summary
xs:stringcomments
          3.0.0+ Addendum information pertaining to this license.  
xs:stringdistribution
          3.0.0+ The primary method by which this project may be distributed. 
xs:stringname
          3.0.0+The full legal name of the license. 
xs:stringurl
          3.0.0+The official url for the license text. 
Source
<xs:complexType name="License">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="url" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="distribution" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="comments" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.