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

Properties
This component is not nillable.

Model
<properties>
(title, author*, date? )
</properties>


Nested Element Summary
 author
          2.0.0 Optional author element for the document element.  
 date
          2.0.0 Optional creation/last updated date for the document element.  
 title
          2.0.0 Required title element for the document element.  
Source
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" ref="title">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="author">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="date">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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