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

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

Documentation
3.0.0+
        This element describes all of the mailing lists associated with
        a project. The auto-generated site references this information.
      
Properties
This component is not nillable.

Model
<...>
(name? ; subscribe? ; unsubscribe? ; post? ; archive? ; otherArchives)
</...>


Nested Element Summary
xs:stringarchive
          3.0.0+ The link to a URL where you can browse the mailing list archive.  
xs:stringname
          3.0.0+The name of the mailing list. 
 otherArchives
          3.0.0+ The link to alternate URLs where you can browse the list archive.  
xs:stringpost
          3.0.0+ The email address or link that can be used to post to the mailing list. 
xs:stringsubscribe
          3.0.0+ The email address or link that can be used to subscribe to the mailing list. 
xs:stringunsubscribe
          3.0.0+ The email address or link that can be used to unsubscribe to the mailing list. 
Source
<xs:complexType name="MailingList">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="subscribe" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="unsubscribe" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="post" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="archive" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="otherArchives">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="otherArchive" type="xs:string"/>
</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.