Schema fb3_descr.xsd


element fb3-classification
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:ClassificationType
children class subject custom-subject target-audience coverage udk bbk
used by
element fb3-description
annotation
documentation 
Элемент, описывающий положение в каталоге для данного произведения. Описан отдельно, и потому может быть импортирован во внешнюю схеме

element fb3-description
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children periodical title sequence fb3d:fb3-relations fb3d:fb3-classification lang written document-info history keywords publish-info custom-info anotation
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
documentation 
ID, позволяющий глобально различать разные книги, даже одноименные и имеющие одинаковых авторов (дополненные издания, к примеру)
Если ID и версия у двух файлов одинаковые, ожидается, что документы эквивалентны.
version  float  required      
documentation 
Номер версии, позволяющий определить более новый файл при встрече с несколькими книгами с одинаковыми ID
identity constraints
  Name  Refer  Selector  Field(s)  
unique  RelationUUID    relations/subject|relations/object  @id  
annotation
documentation 
Корневой элемент для мета-данных в fb3. id и version несут однозначно идентифицируют данный файл в ряду других (потенциально одноименнызх и даже эквивалентных)

element fb3-description/periodical
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:PeriodicalType
children title issn number
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
annotation
documentation 
Элемент, хранящий специфические для периодических изданий сведения. Для каждого периодического издания вводится ID, позволяющий опознавать вышедшие в его рамках номера

element fb3-description/title
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:TitleType
children main sub alt
annotation
documentation 
Название произведения. Как обычно - из трех этажей

element fb3-description/sequence
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:SequenceType
children title sequence
attributes
Name  Type  Use  Default  Fixed  Annotation
number  positiveInteger  optional      
id  fb3d:UUIDType  required      
annotation
documentation 
Серия, в которой выпущено произведение. Например "Детство, Отрочество, Юность" для книги Толстого "Детство"
Не путать серию с названием периодического издания. Вроженность серий обозначает "многоуровневые" серии.

element fb3-description/lang
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type language

element fb3-description/written
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children lang date country
annotation
documentation 
Информация о том, где и когда было написано произведение

element fb3-description/written/lang
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type language

element fb3-description/written/date
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type extension of string
attributes
Name  Type  Use  Default  Fixed  Annotation
value  date  optional      

element fb3-description/written/country
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
facets
minLength 2

element fb3-description/document-info
diagram
namespace http://www.fictionbook.org/FictionBook3/description
attributes
Name  Type  Use  Default  Fixed  Annotation
created  dateTime  required      
updated  dateTime  required      
program-used  normalizedString  optional      
src-url  anyURI  optional      
ocr  normalizedString  optional      
editor  token  optional      
annotation
documentation 
Информация о данном документе - когда и кем сделан, когда обновлен

element fb3-description/history
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:AnnotationType
children p p br

element fb3-description/keywords
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type string
annotation
documentation 
Ключевые слова для не-полнотекстового поиска по библиотеке

element fb3-description/publish-info
diagram
namespace http://www.fictionbook.org/FictionBook3/description
attributes
Name  Type  Use  Default  Fixed  Annotation
title  token  required      
documentation 
Название бумажной книги
publisher  token  optional      
city  token  optional      
year  gYear  optional      
isbn  fb3d:ISBNType  optional      
annotation
documentation 
Информация о бумажной публикации, соответствующей этому документа

element fb3-description/custom-info
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type extension of string
attributes
Name  Type  Use  Default  Fixed  Annotation
info-type  token  required      
annotation
documentation 
Произвольная пользовательская информация.

element fb3-description/anotation
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:AnnotationType
children p p br
annotation
documentation 
Аннотация, будет использоваться в локальном каталоге, электронных библиотеках, etc.

element fb3-relations
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:RelationsType
children subject object
used by
element fb3-description
annotation
documentation 
Элемент, описывающий связи данного произведения. Описан отдельно, и потому может быть импортирован во внешнюю схеме

complexType AnnotationType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children p p br
used by
elements fb3-description/anotation fb3-description/history
annotation
documentation 
Простой формат для оформления аннотации книги

element AnnotationType/p
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:BasicTextType
children strong em a
annotation
documentation 
АБзац

element AnnotationType/p
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:BasicTextType
children strong em a
annotation
documentation 
АБзац

element AnnotationType/br
diagram
namespace http://www.fictionbook.org/FictionBook3/description
annotation
documentation 
Пустая строка между абзацами

complexType BasicTextType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children strong em a
used by
elements BasicTextType/a BasicTextType/em AnnotationType/p AnnotationType/p BasicTextType/strong
annotation
documentation 
Формат абзаца для аннотации - болд, италик, ссылки

element BasicTextType/strong
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:BasicTextType
children strong em a
annotation
documentation 
Жирный

element BasicTextType/em
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:BasicTextType
children strong em a
annotation
documentation 
Наклонный

element BasicTextType/a
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type extension of fb3d:BasicTextType
children strong em a
attributes
Name  Type  Use  Default  Fixed  Annotation
href  anyURI  required      
annotation
documentation 
Ссылка

complexType ClassificationType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children class subject custom-subject target-audience coverage udk bbk
used by
element fb3-classification
annotation
documentation 
Классифицирует произведение со всевозможных углов зрения 

element ClassificationType/class
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type extension of fb3d:BookClassType
facets
enumeration novel
enumeration story
enumeration short_story
enumeration poem
enumeration essay
enumeration sketch
enumeration article
enumeration song
enumeration play
enumeration interview
enumeration monograph
enumeration letters
enumeration diary
enumeration speech
enumeration manual
enumeration reference
enumeration thesis
attributes
Name  Type  Use  Default  Fixed  Annotation
contents  token  required      
annotation
documentation 
Литературная форма - роман/рассказ/стихи и т.п.

element ClassificationType/subject
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:SubjectType
facets
enumeration accounting
enumeration adv_animal
enumeration adv_geo
enumeration adv_history
enumeration adv_indian
enumeration adv_maritime
enumeration adv_western
enumeration adventure
enumeration antique
enumeration antique_ant
enumeration antique_east
enumeration antique_european
enumeration antique_myths
enumeration antique_russian
enumeration banking
enumeration child_adv
enumeration child_det
enumeration child_education
enumeration child_prose
enumeration child_sf
enumeration child_tale
enumeration child_verse
enumeration children
enumeration comp_db
enumeration comp_hard
enumeration comp_osnet
enumeration comp_programming
enumeration comp_soft
enumeration comp_www
enumeration computers
enumeration design
enumeration det_action
enumeration det_classic
enumeration det_crime
enumeration det_espionage
enumeration det_hard
enumeration det_history
enumeration det_irony
enumeration det_maniac
enumeration det_police
enumeration det_political
enumeration dramaturgy
enumeration economics
enumeration economics_ref
enumeration global_economy
enumeration home_cooking
enumeration home_crafts
enumeration home_diy
enumeration home_entertain
enumeration home_garden
enumeration home_health
enumeration home_pets
enumeration home_sex
enumeration home_sport
enumeration humor_anecdote
enumeration humor_prose
enumeration humor_verse
enumeration industries
enumeration job_hunting
enumeration love_contemporary
enumeration love_detective
enumeration love_erotica
enumeration love_history
enumeration love_sf
enumeration love_short
enumeration management
enumeration marketing
enumeration nonf_biography
enumeration nonf_criticism
enumeration nonf_publicism
enumeration nonfiction
enumeration org_behavior
enumeration paper_work
enumeration personal_finance
enumeration poetry
enumeration popular_business
enumeration prose_classic
enumeration prose_contemporary
enumeration prose_counter
enumeration prose_history
enumeration prose_military
enumeration prose_rus_classic
enumeration prose_su_classics
enumeration real_estate
enumeration ref_dict
enumeration ref_encyc
enumeration ref_guide
enumeration ref_ref
enumeration reference
enumeration religion
enumeration religion_esoterics
enumeration religion_rel
enumeration religion_self
enumeration sci_biology
enumeration sci_chem
enumeration sci_culture
enumeration sci_history
enumeration sci_juris
enumeration sci_linguistic
enumeration sci_math
enumeration sci_medicine
enumeration sci_philosophy
enumeration sci_phys
enumeration sci_politics
enumeration sci_psychology
enumeration sci_religion
enumeration sci_tech
enumeration science
enumeration sf_action
enumeration sf_cyberpunk
enumeration sf_detective
enumeration sf_epic
enumeration sf_fantasy
enumeration sf_heroic
enumeration sf_history
enumeration sf_horror
enumeration sf_humor
enumeration sf_social
enumeration sf_space
enumeration small_business
enumeration stock
enumeration thriller
annotation
documentation 
Жанр, описывает смысловое содержание произведения - фантастика, публицистика, детектив и т.п.

element ClassificationType/custom-subject
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
facets
minLength 1
whiteSpace collapse
annotation
documentation 
Можно добавить произвольный жанр произведению. Всякие бездари очень любят создавать новые жанры, а иногда даже и для приличных книг требуется

element ClassificationType/target-audience
diagram
namespace http://www.fictionbook.org/FictionBook3/description
attributes
Name  Type  Use  Default  Fixed  Annotation
age-min  positiveInteger  optional      
age-max  positiveInteger  optional      
education  token  optional      
annotation
documentation 
Целевая аудитория книги - возраст, образование

element ClassificationType/coverage
diagram
namespace http://www.fictionbook.org/FictionBook3/description
attributes
Name  Type  Use  Default  Fixed  Annotation
country  token  optional      
place  token  optional      
date  date  optional      
date-from  date  optional      
date-to  date  optional      
age  token  optional      
annotation
documentation 
Для книг с сюжетом, внятно привязываемым к месту и/или времени, можно описать  временные рамки, в которые укладывается повествование, а равно и географические

element ClassificationType/udk
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
facets
pattern \d+(\.\d+)+(:\d+)?
annotation
documentation 
Поле для указания кода УДК

element ClassificationType/bbk
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
facets
pattern \d+([\.а-я]\d+)+
annotation
documentation 
Поле для указания кода ББК

complexType ObjectRelationType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children title description
used by
element RelationsType/object
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
documentation 
ID связанного с данным произведением объекта
link  fb3d:ObjectRelationEnumType  required      
documentation 
Тип связи данной книги с указанным объектом object. Указываем ли мы ссылку на перевод, продолжение или другой тип связанных документов.
annotation
documentation 
Связанный с данным произведением объект (перевод, аудио-версия и т.п.)

element ObjectRelationType/title
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:TitleType
children main sub alt
annotation
documentation 
Общепринятое наименование связанного объекта. В случае с автором - его ФИО в общепринятом написании, если это организация - ее название или торговая марка (ООО "РиК", к примеру) и т.п.

element ObjectRelationType/description
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Текстовое описание связанного субьекта и/или его отношений с данным произведением. К примеру, комментарий, используемый когда стандартных средств описания связи недостаточно для экспрессии нужного объема информации.

complexType PeriodicalType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children title issn number
used by
element fb3-description/periodical
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
annotation
documentation 
Описание периодического издания, в рамках которого был выпущен данный документ

element PeriodicalType/title
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:TitleType
children main sub alt
annotation
documentation 
Заголовок периодического издания.
Для "Компьютерры" тут будет mail "Компьютерра", постоянная часть названия. При этом основной тайтл fb3 может с этим тайтлом не совпадать, а быть тематическим заголовком единичного номера.
Если у издания нет индивидуальных заголовков, данный узел указывать не следует оставить пустым - оно должно ДОБАВЛЯТЬСЯ к обычному заголовку, если необходимо, но не должно его дублировать или подменять

element PeriodicalType/issn
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:ISSNType
facets
pattern \d{4}-\d{3}(\d|X)
annotation
documentation 
Что-то типа ISBN для непериодических книг, каждое периодическое издания имеет свой ISSN, как я понимаю. А уже номера получают ISBN

element PeriodicalType/number
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type extension of string
attributes
Name  Type  Use  Default  Fixed  Annotation
number  positiveInteger  required      
documentation 
Номер издания, к примеру для "Техника молодежи, номер 5 за 1998г." здесь должно быть 5
year  gYear  required      
documentation 
Номер издания, к примеру для "Техника молодежи, номер 5 за 1998г." здесь должно быть 1998
date  date  optional      
documentation 
Номер издания, к примеру для "Техника молодежи, номер 5 за 1998г." здесь должно быть что-то типа 1998-05-10
annotation
documentation 
Описание места данного документа в ряду периодических изданий. Минимум сводится к год+номер, но можно указать дату выхода издания и в свободной форме описать номер, например
"Номер 5 за 1998г."

complexType RelationsType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children subject object
used by
element fb3-relations
annotation
documentation 
Все связанные с данным документом персоны и объекты

element RelationsType/subject
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:SubjectRelationType
children title first-name middle-name last-name description
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
documentation 
ID связанного с данным произведением субьекта
link  fb3d:SubjectRelationEnumType  required      
documentation 
Тип связи - имеем мы дело с автором, переводчиком, иллюстратором или там еще с кем
annotation
documentation 
Авторы, правообладатели и другие имеющие отношение к произведению субьекты.

element RelationsType/object
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:ObjectRelationType
children title description
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
documentation 
ID связанного с данным произведением объекта
link  fb3d:ObjectRelationEnumType  required      
documentation 
Тип связи данной книги с указанным объектом object. Указываем ли мы ссылку на перевод, продолжение или другой тип связанных документов.

complexType SequenceType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children title sequence
used by
elements fb3-description/sequence SequenceType/sequence
attributes
Name  Type  Use  Default  Fixed  Annotation
number  positiveInteger  optional      
id  fb3d:UUIDType  required      
annotation
documentation 
Описание серийности, в т.ч. и сложной - поддерживается вложенность

element SequenceType/title
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:TitleType
children main sub alt

element SequenceType/sequence
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:SequenceType
children title sequence
attributes
Name  Type  Use  Default  Fixed  Annotation
number  positiveInteger  optional      
id  fb3d:UUIDType  required      

complexType SubjectRelationType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children title first-name middle-name last-name description
used by
element RelationsType/subject
attributes
Name  Type  Use  Default  Fixed  Annotation
id  fb3d:UUIDType  required      
documentation 
ID связанного с данным произведением субьекта
link  fb3d:SubjectRelationEnumType  required      
documentation 
Тип связи - имеем мы дело с автором, переводчиком, иллюстратором или там еще с кем
annotation
documentation 
Связанный с данным документом субьект (автор, издатель и т.п.)

element SubjectRelationType/title
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type fb3d:TitleType
children main sub alt
annotation
documentation 
Общепринятое наименование связанного объекта. В случае с автором - его ФИО в общепринятом написании, если это организация - ее название или торговая марка (ООО "РиК", к примеру) и т.п.

element SubjectRelationType/first-name
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Первое имя (имя для Русских писателей). Для субьектов, не имеющих имени (например, для псевдонимов или организаций) поле можно опустить

element SubjectRelationType/middle-name
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Второе имя (отчество для Русских писателей). Для субьектов, не имеющих второго имени (например, для псевдонимов или организаций) поле можно опустить

element SubjectRelationType/last-name
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Фамилия, оно же "последнее имя". Для субьектов, не имеющих фамилии (ООО "РиК) тут должно быть наименование, позволяющее их опознать (РиК). К примеру, last-name должен позволять найти субьекта по первой букве названия.

element SubjectRelationType/description
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Текстовое описание связанного субьекта и/или его отношений с данным произведением. К примеру, комментарий, используемый когда стандартных средств описания связи недостаточно для экспрессии нужного объема информации.

complexType TitleType
diagram
namespace http://www.fictionbook.org/FictionBook3/description
children main sub alt
used by
elements fb3-description/title PeriodicalType/title SequenceType/title SubjectRelationType/title ObjectRelationType/title
annotation
documentation 
Стандартный формат заголовка, включает обязательный главный заголовок, опциональный подзаголовок и альтернативное название

element TitleType/main
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Название - его основная часть, в ниаболее употребимой версии.

element TitleType/sub
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Подзаголовок. Используется в случае, когда часть названия является явно второстепенной и ее можно опустить при кратком упоминании произведения. К примеру, в списке произведений подзаголовок может быть опущен или напечатан мелко и т.д.

element TitleType/alt
diagram
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
facets
minLength 1
annotation
documentation 
Альтернативное название. Указывается в случае, если таковое имеется.

simpleType ISBNType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
used by
attribute fb3-description/publish-info/@isbn
facets
pattern ([0-9]+[\-\s]){3,6}[0-9]*[xX0-9]
annotation
documentation 
ISBN format constraint

simpleType ISSNType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of string
used by
element PeriodicalType/issn
facets
pattern \d{4}-\d{3}(\d|X)
annotation
documentation 
Serial publications - формат

simpleType fb3d:SubjectType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
used by
element ClassificationType/subject
facets
enumeration accounting
enumeration adv_animal
enumeration adv_geo
enumeration adv_history
enumeration adv_indian
enumeration adv_maritime
enumeration adv_western
enumeration adventure
enumeration antique
enumeration antique_ant
enumeration antique_east
enumeration antique_european
enumeration antique_myths
enumeration antique_russian
enumeration banking
enumeration child_adv
enumeration child_det
enumeration child_education
enumeration child_prose
enumeration child_sf
enumeration child_tale
enumeration child_verse
enumeration children
enumeration comp_db
enumeration comp_hard
enumeration comp_osnet
enumeration comp_programming
enumeration comp_soft
enumeration comp_www
enumeration computers
enumeration design
enumeration det_action
enumeration det_classic
enumeration det_crime
enumeration det_espionage
enumeration det_hard
enumeration det_history
enumeration det_irony
enumeration det_maniac
enumeration det_police
enumeration det_political
enumeration dramaturgy
enumeration economics
enumeration economics_ref
enumeration global_economy
enumeration home_cooking
enumeration home_crafts
enumeration home_diy
enumeration home_entertain
enumeration home_garden
enumeration home_health
enumeration home_pets
enumeration home_sex
enumeration home_sport
enumeration humor_anecdote
enumeration humor_prose
enumeration humor_verse
enumeration industries
enumeration job_hunting
enumeration love_contemporary
enumeration love_detective
enumeration love_erotica
enumeration love_history
enumeration love_sf
enumeration love_short
enumeration management
enumeration marketing
enumeration nonf_biography
enumeration nonf_criticism
enumeration nonf_publicism
enumeration nonfiction
enumeration org_behavior
enumeration paper_work
enumeration personal_finance
enumeration poetry
enumeration popular_business
enumeration prose_classic
enumeration prose_contemporary
enumeration prose_counter
enumeration prose_history
enumeration prose_military
enumeration prose_rus_classic
enumeration prose_su_classics
enumeration real_estate
enumeration ref_dict
enumeration ref_encyc
enumeration ref_guide
enumeration ref_ref
enumeration reference
enumeration religion
enumeration religion_esoterics
enumeration religion_rel
enumeration religion_self
enumeration sci_biology
enumeration sci_chem
enumeration sci_culture
enumeration sci_history
enumeration sci_juris
enumeration sci_linguistic
enumeration sci_math
enumeration sci_medicine
enumeration sci_philosophy
enumeration sci_phys
enumeration sci_politics
enumeration sci_psychology
enumeration sci_religion
enumeration sci_tech
enumeration science
enumeration sf_action
enumeration sf_cyberpunk
enumeration sf_detective
enumeration sf_epic
enumeration sf_fantasy
enumeration sf_heroic
enumeration sf_history
enumeration sf_horror
enumeration sf_humor
enumeration sf_social
enumeration sf_space
enumeration small_business
enumeration stock
enumeration thriller
annotation
documentation 
Text subject. В fb2 было genre

simpleType fb3d:BookClassType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
used by
element ClassificationType/class
facets
enumeration novel
enumeration story
enumeration short_story
enumeration poem
enumeration essay
enumeration sketch
enumeration article
enumeration song
enumeration play
enumeration interview
enumeration monograph
enumeration letters
enumeration diary
enumeration speech
enumeration manual
enumeration reference
enumeration thesis
annotation
documentation 
Novel/Poem/Manual/etc

simpleType fb3d:ObjectRelationEnumType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
used by
attribute ObjectRelationType/@link
facets
enumeration preceding_edition
enumeration following_edition
enumeration translated_from
enumeration translation
enumeration compilation
enumeration part
enumeration appendix
enumeration appendix_to
enumeration intersection
enumeration same_subject
enumeration alt_media
enumeration sequel
enumeration prequel
enumeration undef
annotation
documentation 
Список возможных типов связи с другими объектами

simpleType fb3d:SubjectRelationEnumType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
used by
attribute SubjectRelationType/@link
facets
enumeration author
enumeration translator
enumeration editor
enumeration illustrator
enumeration compiler
enumeration publisher
enumeration maker-up
enumeration adapter
enumeration dialogue
enumeration conceptor
enumeration reviewer
enumeration introduction
enumeration afterword
enumeration accompanying
enumeration quotations
enumeration annotator
enumeration associated
enumeration copyright_holder
enumeration commentator
enumeration consultant
enumeration corrector
enumeration scientific_advisor
enumeration dubious_author
enumeration designer
enumeration recipient_of_letters
enumeration sponsor
enumeration photographer
enumeration narrator
enumeration rendering
enumeration other
enumeration undef
annotation
documentation 
Список возможных типов связи с субьектами

simpleType fb3d:UUIDType
namespace http://www.fictionbook.org/FictionBook3/description
type restriction of token
used by
attributes fb3-description/@id PeriodicalType/@id SequenceType/@id SubjectRelationType/@id ObjectRelationType/@id
facets
pattern [0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}
annotation
documentation 
Текстовое представление UUID, проверяется регэкспом


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com