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

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

Documentation
3.0.0+
Specifies the organization that produces this project.
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringname
          3.0.0+The full name of the organization. 
xs:stringurl
          3.0.0+The URL to the organization's home page. 
Source
<xs:complexType name="Organization">
<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:all>
</xs:complexType>


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