Translation:Index Options
From IDMLWiki
10.7.30 IndexOptions
<IndexOptions>エレメントは、索引生成の設定値です。これらのオプションは、既にIDMLドキュメントにある索引には影響しません。
スキーマの例100 IndexOptions
IndexOptions_Object = element IndexOptions{
attribute Self { xsd:string },
attribute Title { xsd:string }?,
attribute TitleStyle{ xsd:string }?,
attribute ReplaceExistingIndex{ xsd:boolean }?,
attribute IncludeBookDocuments{ xsd:boolean }?,
attribute IncludeHiddenEntries{ xsd:boolean }?,
attribute IndexFormat{ IndexFormat_EnumValue }?,
attribute IncludeSectionHeadings{ xsd:boolean }?,
attribute IncludeEmptyIndexSections{ xsd:boolean }?,
attribute Level1Style { xsd:string }?,
attribute Level2Style { xsd:string }?,
attribute Level3Style { xsd:string }?,
attribute Level4Style { xsd:string }?,
attribute SectionHeadingStyle{ xsd:string }?,
attribute PageNumberStyle{ xsd:string }?,
attribute CrossReferenceStyle{ xsd:string }?,
attribute CrossReferenceTopicStyle{ xsd:string }?,
attribute FollowingTopicSeparator{ xsd:string }?,
attribute BetweenEntriesSeparator{ xsd:string }?,
attribute PageRangeSeparator{ xsd:string }?,
attribute BetweenPageNumbersSeparator{ xsd:string }?,
attribute BeforeCrossReferenceSeparator{ xsd:string }?,
attribute EntryEndSeparator{ xsd:string }?
}
