- 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>
<subscribeAddress>...</subscribeAddress>
<postAddress>...</postAddress>
<unsubscribeAddress>...</unsubscribeAddress>
<mainArchiveUrl>...</mainArchiveUrl>
<otherArchives>...</otherArchives>
<name>...</name>
</mailingList>