bookmapMod.xsd 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536
  1. <!-- ============================================================= -->
  2. <!-- HEADER -->
  3. <!-- ============================================================= -->
  4. <!-- MODULE: DITA Book Map XSD Module -->
  5. <!-- VERSION: 1.1 -->
  6. <!-- DATE: November 2006 -->
  7. <!-- -->
  8. <!-- ============================================================= -->
  9. <!-- ============================================================= -->
  10. <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
  11. <!-- -->
  12. <!-- PURPOSE: W3C XML Schema to describe DITA book maps -->
  13. <!-- -->
  14. <!-- ORIGINAL CREATION DATE: -->
  15. <!-- June 2006 -->
  16. <!-- -->
  17. <!-- (C) Copyright OASIS-Open.org 2006 -->
  18. <!-- All Rights Reserved. -->
  19. <!-- ============================================================= -->
  20. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
  21. <!-- ======= IMPORT - XML attributes and namespace ======= -->
  22. <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="urn:oasis:names:tc:dita:xsd:xml.xsd:1.1"/>
  23. <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="urn:oasis:names:tc:dita:xsd:ditaarch.xsd:1.1"/>
  24. <xs:attributeGroup name="chapter-atts">
  25. <xs:attribute name="navtitle" type="xs:string" />
  26. <xs:attribute name="href" type="xs:string" />
  27. <xs:attribute name="keyref" type="xs:string" />
  28. <xs:attribute name="outputclass" type="xs:string" />
  29. <xs:attribute name="copy-to" type="xs:string" />
  30. <xs:attributeGroup ref="topicref-atts"/>
  31. <xs:attributeGroup ref="univ-atts"/>
  32. </xs:attributeGroup>
  33. <xs:element name="bookmap">
  34. <xs:annotation>
  35. <xs:documentation>The &lt;bookmap&gt; element is a map file used to organize DITA content
  36. into a traditional book format. </xs:documentation>
  37. </xs:annotation>
  38. <xs:complexType>
  39. <xs:complexContent>
  40. <xs:extension base="bookmap.class">
  41. <xs:attribute ref="class" default="- map/map bookmap/bookmap " />
  42. </xs:extension>
  43. </xs:complexContent>
  44. </xs:complexType>
  45. </xs:element>
  46. <xs:complexType name="bookmap.class">
  47. <xs:sequence>
  48. <xs:choice minOccurs="0">
  49. <xs:group ref="title"/>
  50. <xs:group ref="booktitle"/>
  51. </xs:choice>
  52. <xs:group ref="bookmeta" minOccurs="0"/>
  53. <xs:group ref="frontmatter" minOccurs="0"/>
  54. <xs:group ref="chapter" minOccurs="0" maxOccurs="unbounded"/>
  55. <xs:group ref="part" minOccurs="0" maxOccurs="unbounded"/>
  56. <xs:group ref="appendix" minOccurs="0" maxOccurs="unbounded"/>
  57. <xs:group ref="backmatter" minOccurs="0"/>
  58. <xs:group ref="reltable" minOccurs="0" maxOccurs="unbounded"/>
  59. </xs:sequence>
  60. <xs:attribute name="id" type="xs:ID"/>
  61. <xs:attribute name="conref" type="xs:string"/>
  62. <xs:attribute name="anchorref" type="xs:string"/>
  63. <xs:attribute name="outputclass" type="xs:string"/>
  64. <xs:attributeGroup ref="localization-atts"/>
  65. <xs:attributeGroup ref="select-atts"/>
  66. <xs:attributeGroup ref="topicref-atts"/>
  67. <xs:attribute ref="ditaarch:DITAArchVersion"/>
  68. <xs:attributeGroup ref="global-atts" />
  69. </xs:complexType>
  70. <xs:element name="bookmeta">
  71. <xs:annotation>
  72. <xs:documentation>The &lt;bookmeta&gt; element contains information about the book that
  73. is not considered book content, such as copyright information, author information,
  74. and any classifications. </xs:documentation>
  75. </xs:annotation>
  76. <xs:complexType>
  77. <xs:complexContent>
  78. <xs:extension base="bookmeta.class">
  79. <xs:attribute ref="class" default="- map/topicmeta bookmap/bookmeta " />
  80. </xs:extension>
  81. </xs:complexContent>
  82. </xs:complexType>
  83. </xs:element>
  84. <xs:complexType name="bookmeta.class">
  85. <xs:sequence>
  86. <xs:sequence>
  87. <xs:group ref="linktext" minOccurs="0"/>
  88. <xs:group ref="searchtitle" minOccurs="0"/>
  89. <xs:group ref="shortdesc" minOccurs="0"/>
  90. <xs:group ref="author" minOccurs="0" maxOccurs="unbounded"/>
  91. <xs:group ref="source" minOccurs="0"/>
  92. <xs:group ref="publisherinformation" minOccurs="0"/>
  93. <xs:group ref="critdates" minOccurs="0"/>
  94. <xs:group ref="permissions" minOccurs="0"/>
  95. <xs:group ref="audience" minOccurs="0" maxOccurs="unbounded"/>
  96. <xs:group ref="category" minOccurs="0" maxOccurs="unbounded"/>
  97. <xs:group ref="keywords" minOccurs="0" maxOccurs="unbounded"/>
  98. <xs:group ref="prodinfo" minOccurs="0" maxOccurs="unbounded"/>
  99. <xs:group ref="othermeta" minOccurs="0" maxOccurs="unbounded"/>
  100. <xs:group ref="resourceid" minOccurs="0" maxOccurs="unbounded"/>
  101. <xs:group ref="bookid" minOccurs="0"/>
  102. <xs:group ref="bookchangehistory" minOccurs="0" maxOccurs="unbounded"/>
  103. <xs:group ref="bookrights" minOccurs="0" maxOccurs="unbounded"/>
  104. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded"/>
  105. </xs:sequence>
  106. </xs:sequence>
  107. <xs:attribute name="lockmeta" type="yesno-att.class"/>
  108. <xs:attributeGroup ref="univ-atts"/>
  109. <xs:attributeGroup ref="global-atts" />
  110. </xs:complexType>
  111. <xs:element name="frontmatter">
  112. <xs:annotation>
  113. <xs:documentation>The &lt;frontmatter&gt; element contains the material that precedes
  114. the main body of a document. It may include items such as an abstract, a preface,
  115. and various types of book lists such as a &lt;toc&gt;, &lt;tablelist&gt;, or &lt;figurelist&gt;. </xs:documentation>
  116. </xs:annotation>
  117. <xs:complexType>
  118. <xs:complexContent>
  119. <xs:extension base="frontmatter.class">
  120. <xs:attribute ref="class" default="- map/topicref bookmap/frontmatter " />
  121. </xs:extension>
  122. </xs:complexContent>
  123. </xs:complexType>
  124. </xs:element>
  125. <xs:complexType name="frontmatter.class">
  126. <xs:choice minOccurs="0" maxOccurs="unbounded">
  127. <xs:group ref="booklists" />
  128. <xs:group ref="notices" />
  129. <xs:group ref="dedication" />
  130. <xs:group ref="colophon" />
  131. <xs:group ref="bookabstract" />
  132. <xs:group ref="draftintro" />
  133. <xs:group ref="preface" />
  134. <xs:group ref="topicref" />
  135. </xs:choice>
  136. <xs:attribute name="keyref" type="xs:string"/>
  137. <xs:attribute name="query" type="xs:string"/>
  138. <xs:attributeGroup ref="topicref-atts" />
  139. <xs:attributeGroup ref="univ-atts" />
  140. <xs:attribute name="outputclass" type="xs:string"/>
  141. <xs:attributeGroup ref="global-atts" />
  142. </xs:complexType>
  143. <xs:element name="backmatter">
  144. <xs:annotation>
  145. <xs:documentation>The &lt;backmatter&gt; element contains the material that follows
  146. the main body of a document and any appendixes. It may include items such
  147. as a colophon, legal notices, and various types of book lists such as a glossary
  148. or an index. </xs:documentation>
  149. </xs:annotation>
  150. <xs:complexType>
  151. <xs:complexContent>
  152. <xs:extension base="backmatter.class">
  153. <xs:attribute ref="class" default="- map/topicref bookmap/backmatter " />
  154. </xs:extension>
  155. </xs:complexContent>
  156. </xs:complexType>
  157. </xs:element>
  158. <xs:complexType name="backmatter.class">
  159. <xs:choice minOccurs="0" maxOccurs="unbounded">
  160. <xs:group ref="booklists" />
  161. <xs:group ref="notices" />
  162. <xs:group ref="dedication" />
  163. <xs:group ref="colophon" />
  164. <xs:group ref="amendments" />
  165. <xs:group ref="topicref" />
  166. </xs:choice>
  167. <xs:attribute name="keyref" type="xs:string"/>
  168. <xs:attribute name="query" type="xs:string"/>
  169. <xs:attributeGroup ref="topicref-atts" />
  170. <xs:attributeGroup ref="univ-atts" />
  171. <xs:attribute name="outputclass" type="xs:string"/>
  172. <xs:attributeGroup ref="global-atts" />
  173. </xs:complexType>
  174. <xs:element name="publisherinformation">
  175. <xs:annotation>
  176. <xs:documentation>The &lt;publisherinformation&gt; contains information about what group
  177. or person published the book, where it was published, and certain details
  178. about its publication history. Other publication history information is found
  179. in the &lt;bookchangehistory&gt; element. </xs:documentation>
  180. </xs:annotation>
  181. <xs:complexType>
  182. <xs:complexContent>
  183. <xs:extension base="publisherinformation.class">
  184. <xs:attribute ref="class" default="- topic/publisher bookmap/publisherinformation "/>
  185. </xs:extension>
  186. </xs:complexContent>
  187. </xs:complexType>
  188. </xs:element>
  189. <xs:complexType name="publisherinformation.class">
  190. <xs:sequence >
  191. <xs:choice minOccurs="0" maxOccurs="unbounded">
  192. <xs:group ref="person"/>
  193. <xs:group ref="organization"/>
  194. </xs:choice>
  195. <xs:group ref="printlocation" minOccurs="0" maxOccurs="unbounded"/>
  196. <xs:group ref="published" minOccurs="0" maxOccurs="unbounded"/>
  197. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded"/>
  198. </xs:sequence>
  199. <xs:attribute name="href" type="xs:string" />
  200. <xs:attribute name="keyref" type="xs:string"/>
  201. <xs:attributeGroup ref="univ-atts"/>
  202. <xs:attributeGroup ref="global-atts"/>
  203. </xs:complexType>
  204. <xs:element name="person">
  205. <xs:annotation>
  206. <xs:documentation>The &lt;person&gt; element contains information about the name of
  207. a person. Note that unlike the &lt;personname&gt; element, the &lt;person&gt; element
  208. is not restricted to describing the names of authors. </xs:documentation>
  209. </xs:annotation>
  210. <xs:complexType mixed="true">
  211. <xs:complexContent>
  212. <xs:extension base="person.class">
  213. <xs:attribute ref="class" default="- topic/data bookmap/person "/>
  214. </xs:extension>
  215. </xs:complexContent>
  216. </xs:complexType>
  217. </xs:element>
  218. <xs:complexType name="person.class" mixed="true">
  219. <xs:choice minOccurs="0" maxOccurs="unbounded">
  220. <xs:group ref="words.cnt"/>
  221. </xs:choice>
  222. <xs:attributeGroup ref="data-element-atts.class"/>
  223. <xs:attributeGroup ref="global-atts"/>
  224. </xs:complexType>
  225. <xs:element name="organization">
  226. <xs:annotation>
  227. <xs:documentation>The &lt;organization&gt; element contains the name of an organization.
  228. Note that unlike &lt;organizationname&gt;, the &lt;organization&gt; element is not
  229. restricted to usage within &lt;authorinformation&gt;; it does not have to contain
  230. the name of an authoring organization.</xs:documentation>
  231. </xs:annotation>
  232. <xs:complexType mixed="true">
  233. <xs:complexContent>
  234. <xs:extension base="organization.class">
  235. <xs:attribute ref="class" default="- topic/data bookmap/organization "/>
  236. </xs:extension>
  237. </xs:complexContent>
  238. </xs:complexType>
  239. </xs:element>
  240. <xs:complexType name="organization.class" mixed="true">
  241. <xs:choice minOccurs="0" maxOccurs="unbounded">
  242. <xs:group ref="words.cnt"/>
  243. </xs:choice>
  244. <xs:attributeGroup ref="data-element-atts.class"/>
  245. <xs:attributeGroup ref="global-atts"/>
  246. </xs:complexType>
  247. <xs:element name="bookchangehistory">
  248. <xs:annotation>
  249. <xs:documentation>The &lt;bookchangehistory&gt; element contains information about the
  250. history of the book's creation and publishing lifecycle, who wrote, reviewed,
  251. edited, and tested the book, and when these events took place. </xs:documentation>
  252. </xs:annotation>
  253. <xs:complexType>
  254. <xs:complexContent>
  255. <xs:extension base="bookchangehistory.class">
  256. <xs:attribute ref="class" default="- topic/data bookmap/bookchangehistory "/>
  257. </xs:extension>
  258. </xs:complexContent>
  259. </xs:complexType>
  260. </xs:element>
  261. <xs:complexType name="bookchangehistory.class" >
  262. <xs:sequence >
  263. <xs:group ref="reviewed" minOccurs="0" maxOccurs="unbounded"/>
  264. <xs:group ref="edited" minOccurs="0" maxOccurs="unbounded"/>
  265. <xs:group ref="tested" minOccurs="0" maxOccurs="unbounded"/>
  266. <xs:group ref="approved" minOccurs="0" maxOccurs="unbounded"/>
  267. <xs:group ref="bookevent" minOccurs="0" maxOccurs="unbounded"/>
  268. </xs:sequence>
  269. <xs:attributeGroup ref="data-element-atts.class"/>
  270. <xs:attributeGroup ref="global-atts"/>
  271. </xs:complexType>
  272. <xs:element name="bookid">
  273. <xs:annotation>
  274. <xs:documentation>The &lt;bookid&gt; element contains the publisher's identification
  275. information for the book, such as part number, edition number and ISBN number. </xs:documentation>
  276. </xs:annotation>
  277. <xs:complexType>
  278. <xs:complexContent>
  279. <xs:extension base="bookid.class">
  280. <xs:attribute ref="class" default="- topic/data bookmap/bookid "/>
  281. </xs:extension>
  282. </xs:complexContent>
  283. </xs:complexType>
  284. </xs:element>
  285. <xs:complexType name="bookid.class" >
  286. <xs:sequence >
  287. <xs:group ref="bookpartno" minOccurs="0" maxOccurs="unbounded"/>
  288. <xs:group ref="edition" minOccurs="0" />
  289. <xs:group ref="isbn" minOccurs="0" />
  290. <xs:group ref="booknumber" minOccurs="0" />
  291. <xs:group ref="volume" minOccurs="0" maxOccurs="unbounded"/>
  292. <xs:group ref="maintainer" minOccurs="0" />
  293. </xs:sequence>
  294. <xs:attributeGroup ref="data-element-atts.class"/>
  295. <xs:attributeGroup ref="global-atts"/>
  296. </xs:complexType>
  297. <xs:element name="summary">
  298. <xs:annotation>
  299. <xs:documentation>The &lt;summary&gt; element contains a text summary associated with
  300. a book event (such as &lt;approved&gt; or &lt;reviewed&gt;) or with the list of
  301. copyrights for the book.</xs:documentation>
  302. </xs:annotation>
  303. <xs:complexType mixed="true">
  304. <xs:complexContent>
  305. <xs:extension base="summary.class">
  306. <xs:attribute ref="class" default="- topic/ph bookmap/summary "/>
  307. </xs:extension>
  308. </xs:complexContent>
  309. </xs:complexType>
  310. </xs:element>
  311. <xs:complexType name="summary.class" mixed="true">
  312. <xs:choice minOccurs="0" maxOccurs="unbounded">
  313. <xs:group ref="words.cnt"/>
  314. </xs:choice>
  315. <xs:attribute name="keyref" type="xs:string"/>
  316. <xs:attribute name="outputclass" type="xs:string"/>
  317. <xs:attributeGroup ref="univ-atts"/>
  318. <xs:attributeGroup ref="global-atts"/>
  319. </xs:complexType>
  320. <xs:element name="printlocation">
  321. <xs:annotation>
  322. <xs:documentation>The &lt;printlocation&gt; element indicates the location where the
  323. book was printed. Customarily, the content is restricted to the name of the
  324. country. </xs:documentation>
  325. </xs:annotation>
  326. <xs:complexType mixed="true">
  327. <xs:complexContent>
  328. <xs:extension base="printlocation.class">
  329. <xs:attribute ref="class" default="- topic/data bookmap/printlocation "/>
  330. </xs:extension>
  331. </xs:complexContent>
  332. </xs:complexType>
  333. </xs:element>
  334. <xs:complexType name="printlocation.class" mixed="true">
  335. <xs:choice minOccurs="0" maxOccurs="unbounded">
  336. <xs:group ref="words.cnt"/>
  337. </xs:choice>
  338. <xs:attributeGroup ref="data-element-atts.class"/>
  339. <xs:attributeGroup ref="global-atts"/>
  340. </xs:complexType>
  341. <xs:element name="published">
  342. <xs:annotation>
  343. <xs:documentation>The &lt;published&gt; element contains information about the person
  344. or organization publishing the book, the dates when it was started and completed,
  345. and any special restrictions associated with it. </xs:documentation>
  346. </xs:annotation>
  347. <xs:complexType>
  348. <xs:complexContent>
  349. <xs:extension base="published.class">
  350. <xs:attribute ref="class" default="- topic/data bookmap/published "/>
  351. </xs:extension>
  352. </xs:complexContent>
  353. </xs:complexType>
  354. </xs:element>
  355. <xs:complexType name="published.class">
  356. <xs:sequence >
  357. <xs:choice minOccurs="0" maxOccurs="unbounded">
  358. <xs:group ref="person" />
  359. <xs:group ref="organization"/>
  360. </xs:choice>
  361. <xs:group ref="publishtype" minOccurs="0" />
  362. <xs:group ref="revisionid" minOccurs="0" />
  363. <xs:group ref="started" minOccurs="0" />
  364. <xs:group ref="completed" minOccurs="0" />
  365. <xs:group ref="summary" minOccurs="0" />
  366. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded"/>
  367. </xs:sequence>
  368. <xs:attributeGroup ref="data-element-atts.class"/>
  369. <xs:attributeGroup ref="global-atts"/>
  370. </xs:complexType>
  371. <xs:element name="publishtype">
  372. <xs:annotation>
  373. <xs:documentation>The &lt;publishtype&gt; element indicates whether the book is generally
  374. available or is restricted in some way. The <keyword>value</keyword> attribute
  375. indicates the restrictions.</xs:documentation>
  376. </xs:annotation>
  377. <xs:complexType>
  378. <xs:complexContent>
  379. <xs:extension base="publishtype.class">
  380. <xs:attribute ref="class" default="- topic/data bookmap/publishtype "/>
  381. </xs:extension>
  382. </xs:complexContent>
  383. </xs:complexType>
  384. </xs:element>
  385. <xs:complexType name="publishtype.class">
  386. <xs:attributeGroup ref="univ-atts"/>
  387. <xs:attribute name="name" type="xs:string"/>
  388. <xs:attribute name="datatype" type="xs:string"/>
  389. <xs:attribute name="value" use="required">
  390. <xs:simpleType>
  391. <xs:restriction base="xs:string">
  392. <xs:enumeration value="beta"/>
  393. <xs:enumeration value="limited"/>
  394. <xs:enumeration value="general"/>
  395. <xs:enumeration value="-dita-use-conref-target"/>
  396. </xs:restriction>
  397. </xs:simpleType>
  398. </xs:attribute>
  399. <xs:attribute name="href" type="xs:string"/>
  400. <xs:attribute name="format" type="xs:string"/>
  401. <xs:attribute name="type" type="xs:string"/>
  402. <xs:attribute name="scope" type="scope-att.class"/>
  403. <xs:attribute name="outputclass" type="xs:string"/>
  404. <xs:attributeGroup ref="global-atts"/>
  405. </xs:complexType>
  406. <xs:element name="revisionid">
  407. <xs:annotation>
  408. <xs:documentation>The &lt;revisionid&gt; element indicates the revision number or revision
  409. ID of the book. The processing implementation determines how the level is
  410. displayed. Common methods include using a dash, for example "-01". or a period,
  411. such as ".01". </xs:documentation>
  412. </xs:annotation>
  413. <xs:complexType mixed="true">
  414. <xs:complexContent>
  415. <xs:extension base="revisionid.class">
  416. <xs:attribute ref="class" default="- topic/ph bookmap/revisionid "/>
  417. </xs:extension>
  418. </xs:complexContent>
  419. </xs:complexType>
  420. </xs:element>
  421. <xs:complexType name="revisionid.class" mixed="true">
  422. <xs:attribute name="keyref" type="xs:string"/>
  423. <xs:attribute name="outputclass" type="xs:string"/>
  424. <xs:attributeGroup ref="univ-atts"/>
  425. <xs:attributeGroup ref="global-atts"/>
  426. </xs:complexType>
  427. <xs:element name="started">
  428. <xs:annotation>
  429. <xs:documentation>The &lt;started&gt; element indicates a start date for some type of
  430. book event, such as a review, editing, or testing. </xs:documentation>
  431. </xs:annotation>
  432. <xs:complexType>
  433. <xs:complexContent>
  434. <xs:extension base="started.class">
  435. <xs:attribute ref="class" default="- topic/ph bookmap/started "/>
  436. </xs:extension>
  437. </xs:complexContent>
  438. </xs:complexType>
  439. </xs:element>
  440. <xs:complexType name="started.class" >
  441. <xs:choice>
  442. <xs:sequence minOccurs="0">
  443. <xs:group ref="year"/>
  444. <xs:group ref="month"/>
  445. <xs:group ref="day" minOccurs="0"/>
  446. </xs:sequence>
  447. <xs:sequence>
  448. <xs:group ref="month"/>
  449. <xs:group ref="day" minOccurs="0"/>
  450. <xs:group ref="year"/>
  451. </xs:sequence>
  452. <xs:sequence>
  453. <xs:group ref="day" />
  454. <xs:group ref="month"/>
  455. <xs:group ref="year"/>
  456. </xs:sequence>
  457. </xs:choice>
  458. <xs:attribute name="keyref" type="xs:string"/>
  459. <xs:attribute name="outputclass" type="xs:string"/>
  460. <xs:attributeGroup ref="univ-atts"/>
  461. <xs:attributeGroup ref="global-atts"/>
  462. </xs:complexType>
  463. <xs:element name="completed">
  464. <xs:annotation>
  465. <xs:documentation>The &lt;completed&gt; element indicates a completion date for some
  466. type of book event, such as a review, editing, or testing. </xs:documentation>
  467. </xs:annotation>
  468. <xs:complexType>
  469. <xs:complexContent>
  470. <xs:extension base="completed.class">
  471. <xs:attribute ref="class" default="- topic/ph bookmap/completed "/>
  472. </xs:extension>
  473. </xs:complexContent>
  474. </xs:complexType>
  475. </xs:element>
  476. <xs:complexType name="completed.class" >
  477. <xs:choice>
  478. <xs:sequence minOccurs="0">
  479. <xs:group ref="year"/>
  480. <xs:group ref="month"/>
  481. <xs:group ref="day" minOccurs="0"/>
  482. </xs:sequence>
  483. <xs:sequence>
  484. <xs:group ref="month"/>
  485. <xs:group ref="day" minOccurs="0"/>
  486. <xs:group ref="year"/>
  487. </xs:sequence>
  488. <xs:sequence>
  489. <xs:group ref="day" />
  490. <xs:group ref="month"/>
  491. <xs:group ref="year"/>
  492. </xs:sequence>
  493. </xs:choice>
  494. <xs:attribute name="keyref" type="xs:string"/>
  495. <xs:attribute name="outputclass" type="xs:string"/>
  496. <xs:attributeGroup ref="univ-atts"/>
  497. <xs:attributeGroup ref="global-atts"/>
  498. </xs:complexType>
  499. <xs:element name="year">
  500. <xs:annotation>
  501. <xs:documentation>The &lt;year&gt; element denotes a year.</xs:documentation>
  502. </xs:annotation>
  503. <xs:complexType mixed="true">
  504. <xs:complexContent>
  505. <xs:extension base="year.class">
  506. <xs:attribute ref="class" default="- topic/ph bookmap/year "/>
  507. </xs:extension>
  508. </xs:complexContent>
  509. </xs:complexType>
  510. </xs:element>
  511. <xs:complexType name="year.class" mixed="true">
  512. <xs:attribute name="keyref" type="xs:string"/>
  513. <xs:attribute name="outputclass" type="xs:string"/>
  514. <xs:attributeGroup ref="univ-atts"/>
  515. <xs:attributeGroup ref="global-atts"/>
  516. </xs:complexType>
  517. <xs:element name="month">
  518. <xs:annotation>
  519. <xs:documentation>The &lt;month&gt; element denotes a month of the year. </xs:documentation>
  520. </xs:annotation>
  521. <xs:complexType mixed="true">
  522. <xs:complexContent>
  523. <xs:extension base="month.class">
  524. <xs:attribute ref="class" default="- topic/ph bookmap/month "/>
  525. </xs:extension>
  526. </xs:complexContent>
  527. </xs:complexType>
  528. </xs:element>
  529. <xs:complexType name="month.class" mixed="true">
  530. <xs:attribute name="keyref" type="xs:string"/>
  531. <xs:attribute name="outputclass" type="xs:string"/>
  532. <xs:attributeGroup ref="univ-atts"/>
  533. <xs:attributeGroup ref="global-atts"/>
  534. </xs:complexType>
  535. <xs:element name="day">
  536. <xs:annotation>
  537. <xs:documentation>The &lt;day&gt; element denotes a day of the month. </xs:documentation>
  538. </xs:annotation>
  539. <xs:complexType mixed="true">
  540. <xs:complexContent>
  541. <xs:extension base="day.class">
  542. <xs:attribute ref="class" default="- topic/ph bookmap/day "/>
  543. </xs:extension>
  544. </xs:complexContent>
  545. </xs:complexType>
  546. </xs:element>
  547. <xs:complexType name="day.class" mixed="true">
  548. <xs:attribute name="keyref" type="xs:string"/>
  549. <xs:attribute name="outputclass" type="xs:string"/>
  550. <xs:attributeGroup ref="univ-atts"/>
  551. <xs:attributeGroup ref="global-atts"/>
  552. </xs:complexType>
  553. <xs:element name="reviewed">
  554. <xs:annotation>
  555. <xs:documentation>The &lt;reviewed&gt; element contains information about when and by
  556. whom the book was reviewed during its publication history.</xs:documentation>
  557. </xs:annotation>
  558. <xs:complexType>
  559. <xs:complexContent>
  560. <xs:extension base="reviewed.class">
  561. <xs:attribute ref="class" default="- topic/data bookmap/reviewed "/>
  562. </xs:extension>
  563. </xs:complexContent>
  564. </xs:complexType>
  565. </xs:element>
  566. <xs:complexType name="reviewed.class">
  567. <xs:sequence >
  568. <xs:choice minOccurs="0" maxOccurs="unbounded">
  569. <xs:group ref="person" />
  570. <xs:group ref="organization" />
  571. </xs:choice>
  572. <xs:group ref="revisionid" minOccurs="0" />
  573. <xs:group ref="started" minOccurs="0" />
  574. <xs:group ref="completed" minOccurs="0" />
  575. <xs:group ref="summary" minOccurs="0" />
  576. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded" />
  577. </xs:sequence>
  578. <xs:attributeGroup ref="data-element-atts.class"/>
  579. <xs:attributeGroup ref="global-atts"/>
  580. </xs:complexType>
  581. <xs:element name="edited">
  582. <xs:annotation>
  583. <xs:documentation>The &lt;edited&gt; element contains information about when and by
  584. whom the book was edited during its publication history.</xs:documentation>
  585. </xs:annotation>
  586. <xs:complexType>
  587. <xs:complexContent>
  588. <xs:extension base="edited.class">
  589. <xs:attribute ref="class" default="- topic/data bookmap/edited "/>
  590. </xs:extension>
  591. </xs:complexContent>
  592. </xs:complexType>
  593. </xs:element>
  594. <xs:complexType name="edited.class">
  595. <xs:sequence >
  596. <xs:choice minOccurs="0" maxOccurs="unbounded">
  597. <xs:group ref="person" />
  598. <xs:group ref="organization" />
  599. </xs:choice>
  600. <xs:group ref="revisionid" minOccurs="0" />
  601. <xs:group ref="started" minOccurs="0" />
  602. <xs:group ref="completed" minOccurs="0" />
  603. <xs:group ref="summary" minOccurs="0" />
  604. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded" />
  605. </xs:sequence>
  606. <xs:attributeGroup ref="data-element-atts.class"/>
  607. <xs:attributeGroup ref="global-atts"/>
  608. </xs:complexType>
  609. <xs:element name="tested">
  610. <xs:annotation>
  611. <xs:documentation>The &lt;tested&gt; element contains information about when and by
  612. whom the book was tested during its publication history.</xs:documentation>
  613. </xs:annotation>
  614. <xs:complexType>
  615. <xs:complexContent>
  616. <xs:extension base="tested.class">
  617. <xs:attribute ref="class" default="- topic/data bookmap/tested "/>
  618. </xs:extension>
  619. </xs:complexContent>
  620. </xs:complexType>
  621. </xs:element>
  622. <xs:complexType name="tested.class">
  623. <xs:sequence >
  624. <xs:choice minOccurs="0" maxOccurs="unbounded">
  625. <xs:group ref="person" />
  626. <xs:group ref="organization" />
  627. </xs:choice>
  628. <xs:group ref="revisionid" minOccurs="0" />
  629. <xs:group ref="started" minOccurs="0" />
  630. <xs:group ref="completed" minOccurs="0" />
  631. <xs:group ref="summary" minOccurs="0" />
  632. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded" />
  633. </xs:sequence>
  634. <xs:attributeGroup ref="data-element-atts.class"/>
  635. <xs:attributeGroup ref="global-atts"/>
  636. </xs:complexType>
  637. <xs:element name="approved">
  638. <xs:annotation>
  639. <xs:documentation>The &lt;approved&gt; element contains information about when and by
  640. whom the book was approved during its publication history.</xs:documentation>
  641. </xs:annotation>
  642. <xs:complexType>
  643. <xs:complexContent>
  644. <xs:extension base="approved.class">
  645. <xs:attribute ref="class" default="- topic/data bookmap/approved "/>
  646. </xs:extension>
  647. </xs:complexContent>
  648. </xs:complexType>
  649. </xs:element>
  650. <xs:complexType name="approved.class">
  651. <xs:sequence >
  652. <xs:choice minOccurs="0" maxOccurs="unbounded">
  653. <xs:group ref="person" />
  654. <xs:group ref="organization" />
  655. </xs:choice>
  656. <xs:group ref="revisionid" minOccurs="0" />
  657. <xs:group ref="started" minOccurs="0" />
  658. <xs:group ref="completed" minOccurs="0" />
  659. <xs:group ref="summary" minOccurs="0" />
  660. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded" />
  661. </xs:sequence>
  662. <xs:attributeGroup ref="data-element-atts.class"/>
  663. <xs:attributeGroup ref="global-atts"/>
  664. </xs:complexType>
  665. <xs:element name="bookevent">
  666. <xs:annotation>
  667. <xs:documentation>The &lt;bookevent&gt; element indicates a general event in the publication
  668. history of a book. This is an appropriate element for specialization if the
  669. current set of specific book event types, that is, review, edit, test or approval,
  670. does not meed your needs. </xs:documentation>
  671. </xs:annotation>
  672. <xs:complexType>
  673. <xs:complexContent>
  674. <xs:extension base="bookevent.class">
  675. <xs:attribute ref="class" default="- topic/data bookmap/bookevent "/>
  676. </xs:extension>
  677. </xs:complexContent>
  678. </xs:complexType>
  679. </xs:element>
  680. <xs:complexType name="bookevent.class">
  681. <xs:sequence >
  682. <xs:group ref="bookeventtype" minOccurs="0" />
  683. <xs:choice minOccurs="0" maxOccurs="unbounded">
  684. <xs:group ref="person" />
  685. <xs:group ref="organization" />
  686. </xs:choice>
  687. <xs:group ref="revisionid" minOccurs="0" />
  688. <xs:group ref="started" minOccurs="0" />
  689. <xs:group ref="completed" minOccurs="0" />
  690. <xs:group ref="summary" minOccurs="0" />
  691. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded" />
  692. </xs:sequence>
  693. <xs:attributeGroup ref="data-element-atts.class"/>
  694. <xs:attributeGroup ref="global-atts"/>
  695. </xs:complexType>
  696. <xs:element name="bookeventtype">
  697. <xs:annotation>
  698. <xs:documentation>The &lt;bookeventtype&gt; element indicates the specific nature of
  699. a &lt;bookevent&gt;, such as updated, indexed, or deprecated. The required <keyword>name</keyword> attribute
  700. indicates the event's type. </xs:documentation>
  701. </xs:annotation>
  702. <xs:complexType>
  703. <xs:complexContent>
  704. <xs:extension base="bookeventtype.class">
  705. <xs:attribute ref="class" default="- topic/data bookmap/bookeventtype "/>
  706. </xs:extension>
  707. </xs:complexContent>
  708. </xs:complexType>
  709. </xs:element>
  710. <xs:complexType name="bookeventtype.class">
  711. <xs:attributeGroup ref="univ-atts"/>
  712. <xs:attribute name="name" type="xs:string" use="required"/>
  713. <xs:attribute name="datatype" type="xs:string"/>
  714. <xs:attribute name="value" type="xs:string"/>
  715. <xs:attribute name="href" type="xs:string"/>
  716. <xs:attribute name="format" type="xs:string"/>
  717. <xs:attribute name="type" type="xs:string"/>
  718. <xs:attribute name="scope" type="scope-att.class"/>
  719. <xs:attribute name="outputclass" type="xs:string"/>
  720. <xs:attributeGroup ref="global-atts"/>
  721. </xs:complexType>
  722. <xs:element name="bookpartno">
  723. <xs:annotation>
  724. <xs:documentation>The &lt;bookpartno&gt; element contains the book's part number; such
  725. as 99F1234. This is generally the number that the publisher uses to identify
  726. the book for tracking purposes. </xs:documentation>
  727. </xs:annotation>
  728. <xs:complexType mixed="true">
  729. <xs:complexContent>
  730. <xs:extension base="bookpartno.class">
  731. <xs:attribute ref="class" default="- topic/data bookmap/bookpartno "/>
  732. </xs:extension>
  733. </xs:complexContent>
  734. </xs:complexType>
  735. </xs:element>
  736. <xs:complexType name="bookpartno.class" mixed="true">
  737. <xs:choice minOccurs="0" maxOccurs="unbounded">
  738. <xs:group ref="words.cnt"/>
  739. </xs:choice>
  740. <xs:attributeGroup ref="data-element-atts.class"/>
  741. <xs:attributeGroup ref="global-atts"/>
  742. </xs:complexType>
  743. <xs:element name="edition">
  744. <xs:annotation>
  745. <xs:documentation>The &lt;edition&gt; element contains the edition number information,
  746. such as First Edition, or Third Edition, used by a publisher to identify a
  747. book.</xs:documentation>
  748. </xs:annotation>
  749. <xs:complexType mixed="true">
  750. <xs:complexContent>
  751. <xs:extension base="edition.class">
  752. <xs:attribute ref="class" default="- topic/data bookmap/edition "/>
  753. </xs:extension>
  754. </xs:complexContent>
  755. </xs:complexType>
  756. </xs:element>
  757. <xs:complexType name="edition.class" mixed="true">
  758. <xs:attributeGroup ref="data-element-atts.class"/>
  759. <xs:attributeGroup ref="global-atts"/>
  760. </xs:complexType>
  761. <xs:element name="isbn">
  762. <xs:annotation>
  763. <xs:documentation>The &lt;isbn&gt; element contains the book's International Standard
  764. Book Number (ISBN).</xs:documentation>
  765. </xs:annotation>
  766. <xs:complexType mixed="true">
  767. <xs:complexContent>
  768. <xs:extension base="isbn.class">
  769. <xs:attribute ref="class" default="- topic/data bookmap/isbn "/>
  770. </xs:extension>
  771. </xs:complexContent>
  772. </xs:complexType>
  773. </xs:element>
  774. <xs:complexType name="isbn.class" mixed="true">
  775. <xs:attributeGroup ref="data-element-atts.class"/>
  776. <xs:attributeGroup ref="global-atts"/>
  777. </xs:complexType>
  778. <xs:element name="booknumber">
  779. <xs:annotation>
  780. <xs:documentation>The &lt;booknumber&gt; element contains the book's form number, such
  781. as SC21-1920.</xs:documentation>
  782. </xs:annotation>
  783. <xs:complexType mixed="true">
  784. <xs:complexContent>
  785. <xs:extension base="booknumber.class">
  786. <xs:attribute ref="class" default="- topic/data bookmap/booknumber "/>
  787. </xs:extension>
  788. </xs:complexContent>
  789. </xs:complexType>
  790. </xs:element>
  791. <xs:complexType name="booknumber.class" mixed="true">
  792. <xs:choice minOccurs="0" maxOccurs="unbounded">
  793. <xs:group ref="words.cnt"/>
  794. </xs:choice>
  795. <xs:attributeGroup ref="data-element-atts.class"/>
  796. <xs:attributeGroup ref="global-atts"/>
  797. </xs:complexType>
  798. <xs:element name="volume">
  799. <xs:annotation>
  800. <xs:documentation>The &lt;volume&gt; element contains the book's volume number, such
  801. as Volume <keyword>2</keyword>.</xs:documentation>
  802. </xs:annotation>
  803. <xs:complexType mixed="true">
  804. <xs:complexContent>
  805. <xs:extension base="volume.class">
  806. <xs:attribute ref="class" default="- topic/data bookmap/volume "/>
  807. </xs:extension>
  808. </xs:complexContent>
  809. </xs:complexType>
  810. </xs:element>
  811. <xs:complexType name="volume.class" mixed="true">
  812. <xs:attributeGroup ref="data-element-atts.class"/>
  813. <xs:attributeGroup ref="global-atts"/>
  814. </xs:complexType>
  815. <xs:element name="maintainer">
  816. <xs:annotation>
  817. <xs:documentation>The &lt;maintainer&gt; element contains information about who maiintains
  818. the document; this can be an organization or a person.</xs:documentation>
  819. </xs:annotation>
  820. <xs:complexType>
  821. <xs:complexContent>
  822. <xs:extension base="maintainer.class">
  823. <xs:attribute ref="class" default="- topic/data bookmap/maintainer "/>
  824. </xs:extension>
  825. </xs:complexContent>
  826. </xs:complexType>
  827. </xs:element>
  828. <xs:complexType name="maintainer.class">
  829. <xs:sequence>
  830. <xs:choice minOccurs="0" maxOccurs="unbounded">
  831. <xs:group ref="person"/>
  832. <xs:group ref="organization"/>
  833. </xs:choice>
  834. <xs:group ref="data" minOccurs="0" maxOccurs="unbounded"/>
  835. </xs:sequence>
  836. <xs:attributeGroup ref="data-element-atts.class"/>
  837. <xs:attributeGroup ref="global-atts"/>
  838. </xs:complexType>
  839. <xs:element name="bookrights">
  840. <xs:annotation>
  841. <xs:documentation>The &lt;bookrights&gt; element contains the information about the
  842. legal rights associated with the book, including copyright dates and owners.</xs:documentation>
  843. </xs:annotation>
  844. <xs:complexType>
  845. <xs:complexContent>
  846. <xs:extension base="bookrights.class">
  847. <xs:attribute ref="class" default="- topic/data bookmap/bookrights "/>
  848. </xs:extension>
  849. </xs:complexContent>
  850. </xs:complexType>
  851. </xs:element>
  852. <xs:complexType name="bookrights.class" >
  853. <xs:sequence>
  854. <xs:group ref="copyrfirst" minOccurs="0"/>
  855. <xs:group ref="copyrlast" minOccurs="0"/>
  856. <xs:group ref="bookowner" />
  857. <xs:group ref="bookrestriction" minOccurs="0"/>
  858. <xs:group ref="summary" minOccurs="0"/>
  859. </xs:sequence>
  860. <xs:attributeGroup ref="data-element-atts.class"/>
  861. <xs:attributeGroup ref="global-atts"/>
  862. </xs:complexType>
  863. <xs:element name="copyrfirst">
  864. <xs:annotation>
  865. <xs:documentation>The &lt;copyfirst&gt; element contains the first copyright year within
  866. a multiyear copyright statement.</xs:documentation>
  867. </xs:annotation>
  868. <xs:complexType>
  869. <xs:complexContent>
  870. <xs:extension base="copyrfirst.class">
  871. <xs:attribute ref="class" default="- topic/data bookmap/copyrfirst "/>
  872. </xs:extension>
  873. </xs:complexContent>
  874. </xs:complexType>
  875. </xs:element>
  876. <xs:complexType name="copyrfirst.class">
  877. <xs:sequence>
  878. <xs:group ref="year" />
  879. </xs:sequence>
  880. <xs:attributeGroup ref="data-element-atts.class"/>
  881. <xs:attributeGroup ref="global-atts"/>
  882. </xs:complexType>
  883. <xs:element name="copyrlast">
  884. <xs:annotation>
  885. <xs:documentation>The &lt;copylast&gt; element contains the last copyright year within
  886. a multiyear copyright statement.</xs:documentation>
  887. </xs:annotation>
  888. <xs:complexType>
  889. <xs:complexContent>
  890. <xs:extension base="copyrlast.class">
  891. <xs:attribute ref="class" default="- topic/data bookmap/copyrlast "/>
  892. </xs:extension>
  893. </xs:complexContent>
  894. </xs:complexType>
  895. </xs:element>
  896. <xs:complexType name="copyrlast.class" >
  897. <xs:sequence>
  898. <xs:group ref="year" />
  899. </xs:sequence>
  900. <xs:attributeGroup ref="data-element-atts.class"/>
  901. <xs:attributeGroup ref="global-atts"/>
  902. </xs:complexType>
  903. <xs:element name="bookowner">
  904. <xs:annotation>
  905. <xs:documentation>The &lt;bookowner&gt; element contains the owner of the copyright.</xs:documentation>
  906. </xs:annotation>
  907. <xs:complexType>
  908. <xs:complexContent>
  909. <xs:extension base="bookowner.class">
  910. <xs:attribute ref="class" default="- topic/data bookmap/bookowner "/>
  911. </xs:extension>
  912. </xs:complexContent>
  913. </xs:complexType>
  914. </xs:element>
  915. <xs:complexType name="bookowner.class">
  916. <xs:choice minOccurs="0" maxOccurs="unbounded">
  917. <xs:group ref="person"/>
  918. <xs:group ref="organization"/>
  919. </xs:choice>
  920. <xs:attributeGroup ref="data-element-atts.class"/>
  921. <xs:attributeGroup ref="global-atts"/>
  922. </xs:complexType>
  923. <xs:element name="bookrestriction">
  924. <xs:annotation>
  925. <xs:documentation>The &lt;bookrestriction&gt; element indicates whether the book is
  926. classified, or restricted in some way. The value attribute indicates the restrictions;
  927. this may be a string like "All Rights Reserved," representing the publisher's
  928. copyright restrictions.</xs:documentation>
  929. </xs:annotation>
  930. <xs:complexType>
  931. <xs:complexContent>
  932. <xs:extension base="bookrestriction.class">
  933. <xs:attribute ref="class" default="- topic/data bookmap/bookrestriction "/>
  934. </xs:extension>
  935. </xs:complexContent>
  936. </xs:complexType>
  937. </xs:element>
  938. <xs:complexType name="bookrestriction.class">
  939. <xs:attributeGroup ref="univ-atts"/>
  940. <xs:attribute name="name" type="xs:string"/>
  941. <xs:attribute name="datatype" type="xs:string"/>
  942. <xs:attribute name="value" use="required">
  943. <xs:simpleType>
  944. <xs:restriction base="xs:string">
  945. <xs:enumeration value="confidential"/>
  946. <xs:enumeration value="restricted"/>
  947. <xs:enumeration value="licensed"/>
  948. <xs:enumeration value="unclassified"/>
  949. <xs:enumeration value="-dita-use-conref-target"/>
  950. </xs:restriction>
  951. </xs:simpleType>
  952. </xs:attribute>
  953. <xs:attribute name="href" type="xs:string"/>
  954. <xs:attribute name="format" type="xs:string"/>
  955. <xs:attribute name="type" type="xs:string"/>
  956. <xs:attribute name="scope" type="scope-att.class"/>
  957. <xs:attribute name="outputclass" type="xs:string"/>
  958. <xs:attributeGroup ref="global-atts"/>
  959. </xs:complexType>
  960. <xs:element name="booktitle">
  961. <xs:annotation>
  962. <xs:documentation>The &lt;booktitle&gt; element contains the title information for a
  963. book. , including &lt;booklibrary&gt; data, a &lt;maintitle&gt; and subtitle (&lt;titlealt&gt;)
  964. as required. </xs:documentation>
  965. </xs:annotation>
  966. <xs:complexType>
  967. <xs:complexContent>
  968. <xs:extension base="booktitle.class">
  969. <xs:attribute ref="class" default="- topic/title bookmap/booktitle "/>
  970. </xs:extension>
  971. </xs:complexContent>
  972. </xs:complexType>
  973. </xs:element>
  974. <xs:complexType name="booktitle.class">
  975. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  976. <xs:group ref="booklibrary" minOccurs="0"/>
  977. <xs:group ref="mainbooktitle"/>
  978. <xs:group ref="booktitlealt" minOccurs="0" maxOccurs="unbounded"/>
  979. </xs:sequence>
  980. <xs:attribute name="outputclass" type="xs:string"/>
  981. <xs:attribute name="base" type="xs:string"/>
  982. <xs:attributeGroup ref="base-attribute-extensions"/>
  983. <xs:attributeGroup ref="id-atts"/>
  984. <xs:attributeGroup ref="localization-atts"/>
  985. <xs:attributeGroup ref="global-atts"/>
  986. </xs:complexType>
  987. <xs:element name="booklibrary">
  988. <xs:annotation>
  989. <xs:documentation>The &lt;booklibrary&gt; element contains the library information for
  990. a book. Library entries contain information about the series, library, or
  991. collection of documents to which the book belongs. </xs:documentation>
  992. </xs:annotation>
  993. <xs:complexType mixed="true">
  994. <xs:complexContent>
  995. <xs:extension base="booklibrary.class">
  996. <xs:attribute ref="class" default="- topic/ph bookmap/booklibrary "/>
  997. </xs:extension>
  998. </xs:complexContent>
  999. </xs:complexType>
  1000. </xs:element>
  1001. <xs:complexType name="booklibrary.class" mixed="true">
  1002. <xs:choice minOccurs="0" maxOccurs="unbounded">
  1003. <xs:group ref="basic.ph.noxref"/>
  1004. <xs:group ref="image"/>
  1005. </xs:choice>
  1006. <xs:attribute name="keyref" type="xs:string"/>
  1007. <xs:attribute name="outputclass" type="xs:string"/>
  1008. <xs:attributeGroup ref="univ-atts"/>
  1009. <xs:attributeGroup ref="global-atts"/>
  1010. </xs:complexType>
  1011. <xs:element name="mainbooktitle">
  1012. <xs:annotation>
  1013. <xs:documentation>The &lt;mainbooktitle&gt; element contains the primary title information
  1014. for a book.</xs:documentation>
  1015. </xs:annotation>
  1016. <xs:complexType mixed="true">
  1017. <xs:complexContent>
  1018. <xs:extension base="mainbooktitle.class">
  1019. <xs:attribute ref="class" default="- topic/ph bookmap/mainbooktitle "/>
  1020. </xs:extension>
  1021. </xs:complexContent>
  1022. </xs:complexType>
  1023. </xs:element>
  1024. <xs:complexType name="mainbooktitle.class" mixed="true">
  1025. <xs:choice minOccurs="0" maxOccurs="unbounded">
  1026. <xs:group ref="basic.ph.noxref"/>
  1027. <xs:group ref="image"/>
  1028. </xs:choice>
  1029. <xs:attribute name="keyref" type="xs:string"/>
  1030. <xs:attribute name="outputclass" type="xs:string"/>
  1031. <xs:attributeGroup ref="univ-atts"/>
  1032. <xs:attributeGroup ref="global-atts"/>
  1033. </xs:complexType>
  1034. <xs:element name="booktitlealt">
  1035. <xs:annotation>
  1036. <xs:documentation>The &lt;booktitlealt&gt; element contains the alternative title, subtitle,
  1037. or short title for a book.</xs:documentation>
  1038. </xs:annotation>
  1039. <xs:complexType mixed="true">
  1040. <xs:complexContent>
  1041. <xs:extension base="booktitlealt.class">
  1042. <xs:attribute ref="class" default="- topic/ph bookmap/booktitlealt "/>
  1043. </xs:extension>
  1044. </xs:complexContent>
  1045. </xs:complexType>
  1046. </xs:element>
  1047. <xs:complexType name="booktitlealt.class" mixed="true">
  1048. <xs:choice minOccurs="0" maxOccurs="unbounded">
  1049. <xs:group ref="basic.ph.noxref"/>
  1050. <xs:group ref="image"/>
  1051. </xs:choice>
  1052. <xs:attribute name="keyref" type="xs:string"/>
  1053. <xs:attribute name="outputclass" type="xs:string"/>
  1054. <xs:attributeGroup ref="univ-atts"/>
  1055. <xs:attributeGroup ref="global-atts"/>
  1056. </xs:complexType>
  1057. <xs:element name="draftintro">
  1058. <xs:annotation>
  1059. <xs:documentation>The &lt;draftintro&gt; element references a topic used as an introduction
  1060. to the draft of this book.</xs:documentation>
  1061. </xs:annotation>
  1062. <xs:complexType>
  1063. <xs:complexContent>
  1064. <xs:extension base="draftintro.class">
  1065. <xs:attribute ref="class" default="- map/topicref bookmap/draftintro " />
  1066. </xs:extension>
  1067. </xs:complexContent>
  1068. </xs:complexType>
  1069. </xs:element>
  1070. <xs:complexType name="draftintro.class">
  1071. <xs:sequence>
  1072. <xs:group ref="topicmeta" minOccurs="0"/>
  1073. <xs:group ref="topicref" minOccurs="0" maxOccurs="unbounded"/>
  1074. </xs:sequence>
  1075. <xs:attributeGroup ref="chapter-atts"/>
  1076. <xs:attributeGroup ref="global-atts" />
  1077. </xs:complexType>
  1078. <xs:element name="bookabstract">
  1079. <xs:annotation>
  1080. <xs:documentation>The &lt;bookabstract&gt; element references a topic used within a <keyword>bookmap</keyword> as
  1081. a brief summary of book content, generally output as part of the book's front
  1082. matter. It is used to help the reader quickly evaluate the book's purpose.</xs:documentation>
  1083. </xs:annotation>
  1084. <xs:complexType>
  1085. <xs:complexContent>
  1086. <xs:extension base="bookabstract.class">
  1087. <xs:attribute ref="class" default="- map/topicref bookmap/bookabstract " />
  1088. </xs:extension>
  1089. </xs:complexContent>
  1090. </xs:complexType>
  1091. </xs:element>
  1092. <xs:complexType name="bookabstract.class">
  1093. <xs:attributeGroup ref="chapter-atts"/>
  1094. <xs:attributeGroup ref="global-atts" />
  1095. </xs:complexType>
  1096. <xs:element name="dedication">
  1097. <xs:annotation>
  1098. <xs:documentation>The &lt;dedication&gt; element references a topic containing a dedication
  1099. for the book, such as to a person or group.</xs:documentation>
  1100. </xs:annotation>
  1101. <xs:complexType>
  1102. <xs:complexContent>
  1103. <xs:extension base="dedication.class">
  1104. <xs:attribute ref="class" default="- map/topicref bookmap/dedication " />
  1105. </xs:extension>
  1106. </xs:complexContent>
  1107. </xs:complexType>
  1108. </xs:element>
  1109. <xs:complexType name="dedication.class">
  1110. <xs:attributeGroup ref="chapter-atts"/>
  1111. <xs:attributeGroup ref="global-atts" />
  1112. </xs:complexType>
  1113. <xs:element name="preface">
  1114. <xs:annotation>
  1115. <xs:documentation>The &lt;preface&gt; element references introductory information about
  1116. a book, such as the purpose and structure of the document. </xs:documentation>
  1117. </xs:annotation>
  1118. <xs:complexType>
  1119. <xs:complexContent>
  1120. <xs:extension base="preface.class">
  1121. <xs:attribute ref="class" default="- map/topicref bookmap/preface " />
  1122. </xs:extension>
  1123. </xs:complexContent>
  1124. </xs:complexType>
  1125. </xs:element>
  1126. <xs:complexType name="preface.class">
  1127. <xs:sequence>
  1128. <xs:group ref="topicmeta" minOccurs="0"/>
  1129. <xs:group ref="topicref" minOccurs="0" maxOccurs="unbounded"/>
  1130. </xs:sequence>
  1131. <xs:attributeGroup ref="chapter-atts"/>
  1132. <xs:attributeGroup ref="global-atts" />
  1133. </xs:complexType>
  1134. <xs:element name="chapter">
  1135. <xs:annotation>
  1136. <xs:documentation>The &lt;chapter&gt; element references a topic as a chapter within
  1137. a book. </xs:documentation>
  1138. </xs:annotation>
  1139. <xs:complexType>
  1140. <xs:complexContent>
  1141. <xs:extension base="chapter.class">
  1142. <xs:attribute ref="class" default="- map/topicref bookmap/chapter " />
  1143. </xs:extension>
  1144. </xs:complexContent>
  1145. </xs:complexType>
  1146. </xs:element>
  1147. <xs:complexType name="chapter.class">
  1148. <xs:sequence>
  1149. <xs:group ref="topicmeta" minOccurs="0"/>
  1150. <xs:group ref="topicref" minOccurs="0" maxOccurs="unbounded"/>
  1151. </xs:sequence>
  1152. <xs:attributeGroup ref="chapter-atts"/>
  1153. <xs:attributeGroup ref="global-atts" />
  1154. </xs:complexType>
  1155. <xs:element name="part">
  1156. <xs:annotation>
  1157. <xs:documentation>The &lt;part&gt; element references a part topic for the book. A new
  1158. part is started. Use &lt;part&gt; to divide a document's chapters into logical
  1159. groupings. For example, in a document that contains both guide and reference
  1160. information, you can define two parts, one containing the guide information
  1161. and the other containing the reference information. </xs:documentation>
  1162. </xs:annotation>
  1163. <xs:complexType>
  1164. <xs:complexContent>
  1165. <xs:extension base="part.class">
  1166. <xs:attribute ref="class" default="- map/topicref bookmap/part " />
  1167. </xs:extension>
  1168. </xs:complexContent>
  1169. </xs:complexType>
  1170. </xs:element>
  1171. <xs:complexType name="part.class">
  1172. <xs:sequence>
  1173. <xs:group ref="topicmeta" minOccurs="0"/>
  1174. <xs:choice minOccurs="0" maxOccurs="unbounded">
  1175. <xs:group ref="topicref" />
  1176. <xs:group ref="chapter" />
  1177. </xs:choice>
  1178. </xs:sequence>
  1179. <xs:attributeGroup ref="chapter-atts"/>
  1180. <xs:attributeGroup ref="global-atts" />
  1181. </xs:complexType>
  1182. <xs:element name="appendix">
  1183. <xs:annotation>
  1184. <xs:documentation>designates a topic as an appendix within a bookmap</xs:documentation>
  1185. </xs:annotation>
  1186. <xs:complexType>
  1187. <xs:complexContent>
  1188. <xs:extension base="appendix.class">
  1189. <xs:attribute ref="class" default="- map/topicref bookmap/appendix " />
  1190. </xs:extension>
  1191. </xs:complexContent>
  1192. </xs:complexType>
  1193. </xs:element>
  1194. <xs:complexType name="appendix.class">
  1195. <xs:sequence>
  1196. <xs:group ref="topicmeta" minOccurs="0"/>
  1197. <xs:group ref="topicref" minOccurs="0" maxOccurs="unbounded"/>
  1198. </xs:sequence>
  1199. <xs:attributeGroup ref="chapter-atts"/>
  1200. <xs:attributeGroup ref="global-atts" />
  1201. </xs:complexType>
  1202. <xs:element name="notices">
  1203. <xs:annotation>
  1204. <xs:documentation>The &lt;notices&gt; element references special notice information,
  1205. for example, legal notices about supplementary copyrights and trademarks associated
  1206. with the book.</xs:documentation>
  1207. </xs:annotation>
  1208. <xs:complexType>
  1209. <xs:complexContent>
  1210. <xs:extension base="notices.class">
  1211. <xs:attribute ref="class" default="- map/topicref bookmap/notices " />
  1212. </xs:extension>
  1213. </xs:complexContent>
  1214. </xs:complexType>
  1215. </xs:element>
  1216. <xs:complexType name="notices.class">
  1217. <xs:sequence>
  1218. <xs:group ref="topicmeta" minOccurs="0"/>
  1219. <xs:group ref="topicref" minOccurs="0" maxOccurs="unbounded"/>
  1220. </xs:sequence>
  1221. <xs:attributeGroup ref="chapter-atts"/>
  1222. <xs:attributeGroup ref="global-atts" />
  1223. </xs:complexType>
  1224. <xs:element name="amendments">
  1225. <xs:annotation>
  1226. <xs:documentation>The &lt;amendments&gt; element references a list of amendments or
  1227. updates to the book. It indicates to the processing software that the author
  1228. wants an amendments list generated at the particular location. </xs:documentation>
  1229. </xs:annotation>
  1230. <xs:complexType>
  1231. <xs:complexContent>
  1232. <xs:extension base="amendments.class">
  1233. <xs:attribute ref="class" default="- map/topicref bookmap/amendments " />
  1234. </xs:extension>
  1235. </xs:complexContent>
  1236. </xs:complexType>
  1237. </xs:element>
  1238. <xs:complexType name="amendments.class">
  1239. <xs:attributeGroup ref="chapter-atts"/>
  1240. <xs:attributeGroup ref="global-atts" />
  1241. </xs:complexType>
  1242. <xs:element name="colophon">
  1243. <xs:annotation>
  1244. <xs:documentation>The &lt;colophon&gt; element references a topic describing how this
  1245. document was created. In publishing, a colophon describes details of the production
  1246. of a book. This information generally includes the typefaces used, and often
  1247. the names of their designers; the paper, ink and details of the binding materials
  1248. and methods may also receive mention. In the case of technical books, a colophon
  1249. may specify the software used to prepare the text and diagrams for publication. </xs:documentation>
  1250. </xs:annotation>
  1251. <xs:complexType>
  1252. <xs:complexContent>
  1253. <xs:extension base="colophon.class">
  1254. <xs:attribute ref="class" default="- map/topicref bookmap/colophon " />
  1255. </xs:extension>
  1256. </xs:complexContent>
  1257. </xs:complexType>
  1258. </xs:element>
  1259. <xs:complexType name="colophon.class">
  1260. <xs:attributeGroup ref="chapter-atts"/>
  1261. <xs:attributeGroup ref="global-atts" />
  1262. </xs:complexType>
  1263. <xs:element name="booklists">
  1264. <xs:annotation>
  1265. <xs:documentation>The &lt;booklists&gt; element references lists of various kinds within
  1266. the book. For example, it can be used within front matter to reference a &lt;toc&gt;,
  1267. &lt;tablelist&gt;, and &lt;figurelist&gt;, or within back matter to reference a
  1268. &lt;glossarylist&gt;, &lt;indexlist&gt;, and &lt;abbrevlist&gt;. It indicates to the
  1269. processing software that the author wants the lists generated at the &lt;booklists&gt;
  1270. location. </xs:documentation>
  1271. </xs:annotation>
  1272. <xs:complexType>
  1273. <xs:complexContent>
  1274. <xs:extension base="booklists.class">
  1275. <xs:attribute ref="class" default="- map/topicref bookmap/booklists " />
  1276. </xs:extension>
  1277. </xs:complexContent>
  1278. </xs:complexType>
  1279. </xs:element>
  1280. <xs:complexType name="booklists.class">
  1281. <xs:choice minOccurs="0" maxOccurs="unbounded">
  1282. <xs:group ref="toc" />
  1283. <xs:group ref="figurelist" />
  1284. <xs:group ref="tablelist" />
  1285. <xs:group ref="abbrevlist" />
  1286. <xs:group ref="trademarklist" />
  1287. <xs:group ref="bibliolist" />
  1288. <xs:group ref="glossarylist" />
  1289. <xs:group ref="indexlist" />
  1290. <xs:group ref="booklist" />
  1291. </xs:choice>
  1292. <xs:attribute name="keyref" type="xs:string"/>
  1293. <xs:attributeGroup ref="topicref-atts" />
  1294. <xs:attributeGroup ref="id-atts" />
  1295. <xs:attributeGroup ref="select-atts" />
  1296. <xs:attributeGroup ref="localization-atts" />
  1297. <xs:attributeGroup ref="global-atts" />
  1298. </xs:complexType>
  1299. <xs:element name="toc">
  1300. <xs:annotation>
  1301. <xs:documentation>The &lt;toc&gt; element references the table of contents within the
  1302. book. It indicates to the processing software that the author wants a table
  1303. of contents generated at the particular location.</xs:documentation>
  1304. </xs:annotation>
  1305. <xs:complexType>
  1306. <xs:complexContent>
  1307. <xs:extension base="toc.class">
  1308. <xs:attribute ref="class" default="- map/topicref bookmap/toc " />
  1309. </xs:extension>
  1310. </xs:complexContent>
  1311. </xs:complexType>
  1312. </xs:element>
  1313. <xs:complexType name="toc.class">
  1314. <xs:attributeGroup ref="chapter-atts"/>
  1315. <xs:attributeGroup ref="global-atts" />
  1316. </xs:complexType>
  1317. <xs:element name="figurelist">
  1318. <xs:annotation>
  1319. <xs:documentation>The &lt;figurelist&gt; element references a list of figures in the
  1320. book. It indicates to the processing software that the author wants a list
  1321. of figures generated at the particular location. </xs:documentation>
  1322. </xs:annotation>
  1323. <xs:complexType>
  1324. <xs:complexContent>
  1325. <xs:extension base="figurelist.class">
  1326. <xs:attribute ref="class" default="- map/topicref bookmap/figurelist " />
  1327. </xs:extension>
  1328. </xs:complexContent>
  1329. </xs:complexType>
  1330. </xs:element>
  1331. <xs:complexType name="figurelist.class">
  1332. <xs:attributeGroup ref="chapter-atts"/>
  1333. <xs:attributeGroup ref="global-atts" />
  1334. </xs:complexType>
  1335. <xs:element name="tablelist">
  1336. <xs:annotation>
  1337. <xs:documentation>The &lt;tablelist&gt; element references a list of tables within the
  1338. book. It indicates to the processing software that the author wants a list
  1339. of tables generated at the particular location.</xs:documentation>
  1340. </xs:annotation>
  1341. <xs:complexType>
  1342. <xs:complexContent>
  1343. <xs:extension base="tablelist.class">
  1344. <xs:attribute ref="class" default="- map/topicref bookmap/tablelist " />
  1345. </xs:extension>
  1346. </xs:complexContent>
  1347. </xs:complexType>
  1348. </xs:element>
  1349. <xs:complexType name="tablelist.class">
  1350. <xs:attributeGroup ref="chapter-atts"/>
  1351. <xs:attributeGroup ref="global-atts" />
  1352. </xs:complexType>
  1353. <xs:element name="abbrevlist">
  1354. <xs:annotation>
  1355. <xs:documentation>The &lt;abbrevlist&gt; element references a list of abbreviations.
  1356. It indicates to the processing software that the author wants an abbreviation
  1357. list generated at the particular location. </xs:documentation>
  1358. </xs:annotation>
  1359. <xs:complexType>
  1360. <xs:complexContent>
  1361. <xs:extension base="abbrevlist.class">
  1362. <xs:attribute ref="class" default="- map/topicref bookmap/abbrevlist " />
  1363. </xs:extension>
  1364. </xs:complexContent>
  1365. </xs:complexType>
  1366. </xs:element>
  1367. <xs:complexType name="abbrevlist.class">
  1368. <xs:attributeGroup ref="chapter-atts"/>
  1369. <xs:attributeGroup ref="global-atts" />
  1370. </xs:complexType>
  1371. <xs:element name="trademarklist">
  1372. <xs:annotation>
  1373. <xs:documentation>The &lt;trademarklist&gt; element references a list of trademarks
  1374. within the book. It indicates to the processing software that the author wants
  1375. a list of trademarks generated at the particular location.</xs:documentation>
  1376. </xs:annotation>
  1377. <xs:complexType>
  1378. <xs:complexContent>
  1379. <xs:extension base="trademarklist.class">
  1380. <xs:attribute ref="class" default="- map/topicref bookmap/trademarklist " />
  1381. </xs:extension>
  1382. </xs:complexContent>
  1383. </xs:complexType>
  1384. </xs:element>
  1385. <xs:complexType name="trademarklist.class">
  1386. <xs:attributeGroup ref="chapter-atts"/>
  1387. <xs:attributeGroup ref="global-atts" />
  1388. </xs:complexType>
  1389. <xs:element name="bibliolist">
  1390. <xs:annotation>
  1391. <xs:documentation>The &lt;bibliolist&gt; element references a list of bibliographic
  1392. entries within the book. It indicates to the processing software that the
  1393. author wants a bibliography, containing links to related books, articles,
  1394. published papers, or other types of material, generated at the particular
  1395. location. </xs:documentation>
  1396. </xs:annotation>
  1397. <xs:complexType>
  1398. <xs:complexContent>
  1399. <xs:extension base="bibliolist.class">
  1400. <xs:attribute ref="class" default="- map/topicref bookmap/bibliolist " />
  1401. </xs:extension>
  1402. </xs:complexContent>
  1403. </xs:complexType>
  1404. </xs:element>
  1405. <xs:complexType name="bibliolist.class">
  1406. <xs:attributeGroup ref="chapter-atts"/>
  1407. <xs:attributeGroup ref="global-atts" />
  1408. </xs:complexType>
  1409. <xs:element name="glossarylist">
  1410. <xs:annotation>
  1411. <xs:documentation>The &lt;glossarylist&gt; element references a list of glossary entries
  1412. within the book. It indicates to the processing software that the author wants
  1413. a glossary list generated at the particular location. </xs:documentation>
  1414. </xs:annotation>
  1415. <xs:complexType>
  1416. <xs:complexContent>
  1417. <xs:extension base="glossarylist.class">
  1418. <xs:attribute ref="class" default="- map/topicref bookmap/glossarylist " />
  1419. </xs:extension>
  1420. </xs:complexContent>
  1421. </xs:complexType>
  1422. </xs:element>
  1423. <xs:complexType name="glossarylist.class">
  1424. <xs:sequence>
  1425. <xs:group ref="topicmeta" minOccurs="0"/>
  1426. <xs:group ref="topicref" minOccurs="0" maxOccurs="unbounded"/>
  1427. </xs:sequence>
  1428. <xs:attributeGroup ref="chapter-atts"/>
  1429. <xs:attributeGroup ref="global-atts" />
  1430. </xs:complexType>
  1431. <xs:element name="indexlist">
  1432. <xs:annotation>
  1433. <xs:documentation>The &lt;indexlist&gt; element lists the index entries in the book.
  1434. It indicates to the processing software that the author wants an index generated
  1435. at the particular location. </xs:documentation>
  1436. </xs:annotation>
  1437. <xs:complexType>
  1438. <xs:complexContent>
  1439. <xs:extension base="indexlist.class">
  1440. <xs:attribute ref="class" default="- map/topicref bookmap/indexlist " />
  1441. </xs:extension>
  1442. </xs:complexContent>
  1443. </xs:complexType>
  1444. </xs:element>
  1445. <xs:complexType name="indexlist.class">
  1446. <xs:attributeGroup ref="chapter-atts"/>
  1447. <xs:attributeGroup ref="global-atts" />
  1448. </xs:complexType>
  1449. <xs:element name="booklist">
  1450. <xs:annotation>
  1451. <xs:documentation>The &lt;booklist&gt; element is a general purpose element, designed
  1452. for use in specializations, that references a list of particular types of
  1453. topics within the book. It indicates to the processing software that the author
  1454. wants that list of topics generated at the particular location. For example,
  1455. it could be used in a specialization to reference the location of a list of
  1456. program listings or of authors of topics.</xs:documentation>
  1457. </xs:annotation>
  1458. <xs:complexType>
  1459. <xs:complexContent>
  1460. <xs:extension base="booklist.class">
  1461. <xs:attribute ref="class" default="- map/topicref bookmap/booklist " />
  1462. </xs:extension>
  1463. </xs:complexContent>
  1464. </xs:complexType>
  1465. </xs:element>
  1466. <xs:complexType name="booklist.class">
  1467. <xs:attributeGroup ref="chapter-atts"/>
  1468. <xs:attributeGroup ref="global-atts" />
  1469. </xs:complexType>
  1470. </xs:schema>