Translation:Index Options

From IDMLWiki

Jump to: navigation, search

10.7.30 IndexOptions

<IndexOptions>エレメントは、索引生成の設定値です。これらのオプションは、既にIDMLドキュメントにある索引には影響しません。

スキーマの例100 IndexOptions
  1. IndexOptions_Object = element IndexOptions{ 
  2.   attribute Self { xsd:string },
  3.   attribute Title { xsd:string }?,
  4.   attribute TitleStyle{  xsd:string }?,
  5.   attribute ReplaceExistingIndex{  xsd:boolean }?,
  6.   attribute IncludeBookDocuments{  xsd:boolean }?,
  7.   attribute IncludeHiddenEntries{  xsd:boolean }?,
  8.   attribute IndexFormat{  IndexFormat_EnumValue }?,
  9.   attribute IncludeSectionHeadings{  xsd:boolean }?,
  10.   attribute IncludeEmptyIndexSections{  xsd:boolean }?,
  11.   attribute Level1Style { xsd:string }?,
  12.   attribute Level2Style { xsd:string }?,
  13.   attribute Level3Style { xsd:string }?,
  14.   attribute Level4Style { xsd:string }?,
  15.   attribute SectionHeadingStyle{  xsd:string }?,
  16.   attribute PageNumberStyle{  xsd:string }?,
  17.   attribute CrossReferenceStyle{  xsd:string }?,
  18.   attribute CrossReferenceTopicStyle{  xsd:string }?,
  19.   attribute FollowingTopicSeparator{  xsd:string }?,
  20.   attribute BetweenEntriesSeparator{  xsd:string }?,
  21.   attribute PageRangeSeparator{  xsd:string }?,
  22.   attribute BetweenPageNumbersSeparator{  xsd:string }?,
  23.   attribute BeforeCrossReferenceSeparator{  xsd:string }?,
  24.   attribute EntryEndSeparator{  xsd:string }?
  25. }
Personal tools