http://maven.apache.org/XDOC/2.0
element author

Documentation
2.0.0
        An author element.
      
Properties
This component is not nillable.

Model
<author
  email = xs:string>

</author>


Attribute Summary
 xs:stringemail
          2.0.0 The email attribute for the author element.  

Attribute Detail

email

2.0.0 The email attribute for the author element.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="author">
<xs:complexType mixed="true">
<xs:attribute name="email" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.