complexType "License"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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: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)
-
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"/>
|
-
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"/>
|
-
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"/>
|
-
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"/>
|