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

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

Documentation
3.0.0+
        Description of a person who has contributed to the project, but who does
        not have commit privileges. Usually, these contributions come in the
        form of patches submitted.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringemail
          3.0.0+The email address of the contributor. 
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="Contributor">
<xs:all>
<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.