Translation:Mapping

From IDMLWiki

Jump to: navigation, search

Contents

10.10 マッピング

<XMLExportMap>エレメントと<XMLImportMap>エレメントはタグからスタイル、スタイルからタグへのマッピングを定義します。XMLタグと段落スタイル、文字スタイルのマッピングの詳細は、InDesignのオンラインヘルプを参照してください。

スキーマの例135 XMLExportMap
  1. XMLExportMap_Object = element XMLExportMap{ 
  2.   attribute Self { xsd:string },
  3.   attribute MarkupTag{  xsd:string },
  4.   attribute MappedStyle{  xsd:string },
  5.   attribute IncludeMasterPageStories{  xsd:boolean }?,
  6.   attribute IncludePasteboardStories{  xsd:boolean }?,
  7.   attribute IncludeEmptyStories{  xsd:boolean }?
  8. }
表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
  1. <XMLExportMap Self="dicd" MarkupTag=" XMLTag\cheading_1" MappedStyle=" ParagraphStyle\ cheading 1" IncludeMasterPageStories=" false" IncludePasteboardStories=" false" IncludeEmptyStories=" false"/>
スキーマの例136 XMLImportMap
  1. XMLImportMap_Object = element XMLImportMap{ 
  2.   attribute Self { xsd:string },
  3.   attribute MarkupTag{  xsd:string },
  4.   attribute MappedStyle{  xsd:string }
  5. }
表132 属性としてのXMLImportMapプロパティ
名前 必須 説明
MarkupTag string IDMLパッケージ内の<XMLTag>エレメントへの参照(Self属性)
MappedStyle string IDMLパッケージ内の<ParagraphStyle>エレメントまたは<CharacterSytle>エレメントへの参照(Self属性)
IDMLの例87 XMLImportMap
  1. <XMLImportMap Self="dicd" MarkupTag=" XMLTag\cheading_1" MappedStyle=" ParagraphStyle\ cheading 1"/>
Personal tools