From IDMLWiki
10.10 マッピング
<XMLExportMap>エレメントと<XMLImportMap>エレメントはタグからスタイル、スタイルからタグへのマッピングを定義します。XMLタグと段落スタイル、文字スタイルのマッピングの詳細は、InDesignのオンラインヘルプを参照してください。
スキーマの例135 XMLExportMap
XMLExportMap_Object = element XMLExportMap{ attribute Self { xsd:string }, attribute MarkupTag{ xsd:string }, attribute MappedStyle{ xsd:string }, attribute IncludeMasterPageStories{ xsd:boolean }?, attribute IncludePasteboardStories{ xsd:boolean }?, attribute IncludeEmptyStories{ xsd:boolean }?}
表131 属性としてのXMLExportMapプロパティ
| 名前 |
値 |
必須 |
説明 |
| MarkupTag |
string |
○ |
IDMLパッケージ内の<XMLTag>エレメントへの参照(Self属性) |
| MappedStyle |
string |
○ |
IDMLパッケージ内の<ParagraphStyle>エレメントまたは<CharacterSytle>エレメントへの参照(Self属性) |
| IncludeMasterPageStories |
boolean |
|
trueのとき、マスタースプレッドだけにあるストーリーをマップする |
| IncludePasteboardStories |
boolean |
|
trueのとき、ペーストボード上だけにあるストーリーをマップする |
| IncludeEmptyStories |
boolean |
|
trueのとき、空のコンテンツをマップする |
IDMLの例86 XMLExportMap
<XMLExportMap Self="dicd" MarkupTag=" XMLTag\cheading_1" MappedStyle=" ParagraphStyle\ cheading 1" IncludeMasterPageStories=" false" IncludePasteboardStories=" false" IncludeEmptyStories=" false"/>
スキーマの例136 XMLImportMap
XMLImportMap_Object = element XMLImportMap{ attribute Self { xsd:string }, attribute MarkupTag{ xsd:string }, attribute MappedStyle{ xsd:string }}
表132 属性としてのXMLImportMapプロパティ
| 名前 |
値 |
必須 |
説明 |
| MarkupTag |
string |
○ |
IDMLパッケージ内の<XMLTag>エレメントへの参照(Self属性) |
| MappedStyle |
string |
○ |
IDMLパッケージ内の<ParagraphStyle>エレメントまたは<CharacterSytle>エレメントへの参照(Self属性) |
IDMLの例87 XMLImportMap
<XMLImportMap Self="dicd" MarkupTag=" XMLTag\cheading_1" MappedStyle=" ParagraphStyle\ cheading 1"/>