book BookModel This descriptor specifies the metadata and the content for a book.

A book is defined by a collection of chapters, a chapter by a collection of sections and a section by a file.

An XSD is available at:

]]>
package org.apache.maven.doxia.book.model BookModel Describes the book layout and packaging. 1.0.0 id 1.0.0 String true Specifies the id of this book. This is a symbolic name for a particular book from this project. title 1.0.0 String Specifies the title of this book. author 1.0.0 String Specifies the author of this book. date 1.0.0 String Specifies the date of this book. chapters 1.0.0 Specifies a collection of chapters. Chapter * Chapter 1.0.0 id 1.0.0 String true Specifies the id of this chapter. This is a symbolic name for a particular chapter. title 1.0.0 String Specifies the title of this chapter. sections 1.0.0 Specifies a collection of sections. Section * Section 1.0.0 id 1.0.0 String true Specifies the id of this section. This is a symbolic name for a particular section. title 1.0.0 String Specifies the title of this section. file 1.0.0 String Specifies the file of this section.