| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}MailingList (restriction)
3.0.0+
This element describes all of the mailing lists associated with
a project. The auto-generated site references this information.
| Nested Element Summary | |
xs:string | archive3.0.0+ The link to a URL where you can browse the mailing list archive. |
xs:string | name3.0.0+The name of the mailing list. |
| otherArchives3.0.0+ The link to alternate URLs where you can browse the list archive. |
xs:string | post3.0.0+ The email address or link that can be used to post to the mailing list. |
xs:string | subscribe3.0.0+ The email address or link that can be used to subscribe to the mailing list. |
xs:string | unsubscribe3.0.0+ The email address or link that can be used to unsubscribe to the mailing list. |
<xs:complexType name="MailingList"><xs:all></xs:complexType><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:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="otherArchive" type="xs:string"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||