mailingList Data Type

Information about the available mailing lists for communicating with the project. TODO considering moving this to a facet - avoid referring to it externally

Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
mainArchiveUrl string element 0/1  
name string element 0/1  
otherArchives string element 0/unbounded  
postAddress string element 0/1  
subscribeAddress string element 0/1  
unsubscribeAddress string element 0/1  

Example

<mailingList>
  <mainArchiveUrl>...</mainArchiveUrl>
  <otherArchives>...</otherArchives>
  <subscribeAddress>...</subscribeAddress>
  <unsubscribeAddress>...</unsubscribeAddress>
  <postAddress>...</postAddress>
  <name>...</name>
</mailingList>