Translation:Section(10.2.7)
From IDMLWiki
10.2.7 Section
InDesignドキュメントのページ範囲は、セクションで区切ることができます。Sectionプロパティはページ番号の設定をコントロールします。セクションについての詳細は、InDesignのオンラインヘルプを参照してください。
スキーマの例17 Section
Section_Object = element Section {
attribute Self { xsd:string },
attribute Length { xsd:int }?,
attribute Name { xsd:string }?,
attribute PageNumberStyle{ PageNumberStyle_EnumValue }?,
attribute ContinueNumbering{ xsd:boolean }?,
attribute IncludeSectionPrefix{ xsd:boolean }?,
attribute PageNumberStart{ xsd:int {minInclusive="1" maxInclusive="999999"} }?,
attribute Marker { xsd:string }?,
attribute PageStart{ xsd:string }?,
attribute SectionPrefix{ xsd:string }?,
element Properties {element Label { element KeyValuePair{ KeyValuePair_TypeDef}*
}?
}?}
Note:InDesignには、番号付けや相互参照に様々なやりかたがあります。セクション番号は特殊文字やテキスト変数、段落の自動番号と互いに影響しあいます。
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| ContinueNumbering | boolean | trueのとき、ドキュメン内の前のセクションからページ番号を継続する | |
| IncludeSectionPrefix | boolean | trueのとき、SectionPrefix属性の値を含む | |
| Length | int | セクションのページ数 | |
| Marker | string | セクションマーカー | |
| Name | string | セクション名 | |
| PageNumberStart | int | セクションのページ番号開始値 1-999999 | |
| PageNumberStyle | PageNumber_EnumValue | ページ番号のスタイル。UpperRoman、LowerRoman、UpperLetters、LowerLetters、Arabic、Kanji、DoubleLeadingZeros、TripleLeadingZeros、ArabicAlifBaTah、ArabicAbjad、HebrewBiblicalまたはHebrewNonStandard | |
| PageStart | string | セクションを開始するページへの参照(<Page>エレメントのSelf属性の値) | |
| SectionPrefix | string | セクションプレフィックス |
