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

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

Documentation
3.0.0+
        Information about one of the committers on this project.
      
Properties
This component is not nillable.

Model
<...>
(id? ; name? ; email? ; url? ; organization? ; organizationUrl? ; roles ; timezone? ; properties)
</...>


Nested Element Summary
xs:stringemail
          3.0.0+The email address of the contributor. 
xs:stringid
          3.0.0+The unique ID of the developer in the SCM. 
xs:stringname
          3.0.0+The full name of the contributor. 
xs:stringorganization
          3.0.0+The organization to which the contributor belongs. 
xs:stringorganizationUrl
          3.0.0+The URL of the organization. 
 properties
          3.0.0+ Properties about the contributor, such as an instant messenger handle.  
 roles
          3.0.0+ The roles the contributor plays in the project. 
xs:stringtimezone
          3.0.0+ The timezone the contributor is in. 
xs:stringurl
          3.0.0+The URL for the homepage of the contributor. 
Source
<xs:complexType name="Developer">
<xs:all>
<xs:element minOccurs="0" name="id" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="email" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="url" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="organization" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="organizationUrl" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="roles">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="role" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="timezone" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="properties">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</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.