complexType "MailingList"
Namespace:
Content:
complex, 6 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
3.0.0+
description:
This element describes all of the mailing lists associated with a project. The auto-generated site references this information.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="MailingList">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="subscribe" type="xs:string"/>
<xs:element minOccurs="0" name="unsubscribe" type="xs:string"/>
<xs:element minOccurs="0" name="post" type="xs:string"/>
<xs:element minOccurs="0" name="archive" type="xs:string"/>
<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>
Content Element Detail (all declarations; defined within this component only; 6/6)
archive
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The link to a URL where you can browse the mailing list archive.
XML Representation Summary
<archive>
   
Content: 
{ xs:string }
</archive>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="archive" type="xs:string"/>

name
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The name of the mailing list.
XML Representation Summary
<name>
   
Content: 
{ xs:string }
</name>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="name" type="xs:string"/>

otherArchives
Type:
anonymous complexType, complex content
version:
3.0.0+
description:
The link to alternate URLs where you can browse the list archive.
XML Source (w/o annotations (1); see within schema source)
<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>

post
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The email address or link that can be used to post to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.
XML Representation Summary
<post>
   
Content: 
{ xs:string }
</post>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="post" type="xs:string"/>

subscribe
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The email address or link that can be used to subscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.
XML Representation Summary
<subscribe>
   
Content: 
{ xs:string }
</subscribe>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="subscribe" type="xs:string"/>

unsubscribe
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The email address or link that can be used to unsubscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.
XML Representation Summary
<unsubscribe>
   
Content: 
{ xs:string }
</unsubscribe>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="unsubscribe" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.