Genre of this book, with the optional match percentage |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| match | xs:integer | 100 | optional |
<xs:element name="genre" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Genre of this book, with the optional match percentage</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="genre:genreType"> <xs:attribute name="match" type="xs:integer" use="optional" default="100"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
|
< title-info xmlns = "http://www.gribuser.ru/xml/fictionbook/2.0" > |
|
< book-title> |
|
example |
|
</ book-title> |
|
< author> |
|
< nickname> |
|
Online-Convert.com |
|
</ nickname> |
|
</ author> |
|
< genre> |
|
antique |
|
</ genre> |
|
< coverpage> |
|
</ coverpage> |
|
< lang> |
|
en |
|
</ lang> |
|
</ title-info> |