publish-info

Information about some paper/outher published document, that was used as a source of this xml document

Element Information

Model

Source

<xs:element name="publish-info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Information about some paper/outher published document, that was used as a source of this xml document</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="book-name" type="textFieldType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Original (paper) book name</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="publisher" type="textFieldType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Original (paper) book publisher</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="city" type="textFieldType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>City where the original (paper) book was published</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="year" type="xs:gYear" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Year of the original (paper) publication</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="isbn" type="textFieldType" minOccurs="0"/>
      <xs:element name="sequence" type="sequenceType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample

< description xmlns = "http://www.gribuser.ru/xml/fictionbook/2.0" >

[...]

< title-info>

< book-title>

example

</ book-title>

< author>

< nickname>

Online-Convert.com

</ nickname>

</ author>

< genre>

antique

</ genre>

< coverpage>

< image xlink:href = "#_0.jpg" />

</ coverpage>

< lang>

en

</ lang>

</ title-info>

< document-info>

< author>

< first-name/>

< last-name>

Online-Convert.com

</ last-name>

</ author>

< program-used>

calibre 2.4.0

</ program-used>

< date>

24.10.2014

</ date>

< id>

9d11e9ae-2610-4026-be56-5ff01f3f215c

</ id>

< version>

1.0

</ version>

</ document-info>

< publish-info>

< year>

2014

</ year>

</ publish-info>

</ description>