Translation:Index Header Setting

From IDMLWiki

Jump to: navigation, search

10.7.31 IndexHeaderSetting

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

スキーマの例101 IndexHeaderSetting
  1. IndexHeaderSetting_Object = element IndexHeaderSetting{ 
  2.   attribute Self { xsd:string },
  3.   attribute HeaderSetName{  xsd:string }?,
  4.   attribute HeaderSetLanguage{  xsd:int }?,
  5.   attribute IndexHeaderSetHandler{  xsd:int }?,
  6.   attribute IndexHeaderSetGroupValue{  xsd:int }?,
  7.   attribute IndexHeaderSetGroupOptionValue{  xsd:int }?,
  8.   element Properties {
  9.     element ListOfIndexHeaderGroupType{  element IndexHeaderGroupType {
  10.     IndexHeaderGroupType_TypeDef }*
  11.     }?
  12.   }
  13.   ?
  14. }
Personal tools