Translation:BackingStory.xml

From IDMLWiki

Jump to: navigation, search

10.9.1 BackingStory.xml

IDMLパッケージのBackingStory.xmlファイルには、InDesignドキュメントに配置されていないXMLコンテンツが含まれています。

スキーマの例129 BackingStory
  1. BackingStory_File = element idPkg:BackingStory { 
  2.   XmlStory_Object*
  3. }

下記は、すべてのXMLコンテンツがドキュメント上に配置されているIDMLパッケージの<idpkg:BackingStory>エレメントの例です。(「10.4 ストーリー」のMappingStyleToTagsの例を参照)XML構造には、ルートエレメント<XMLElement>の子エレメントが1つあり、IDMLパッケージの<Story>エレメントとSelf属性ud8で関連付けられています。

IDMLの例85 BacingStory
  1. <idPkg: BackingStory xmlns:idPkg=" http://ns.adobe.com/AdobeInDesign/ idml/1.0/ packaging">
  2.   <XmlStory Self="u9c">
  3.     <ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ kNormalParagraphStyle">
  4.       <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\ k[No character style]">
  5.         <Content></Content>
  6.         <XMLElement Self="di2" MarkupTag=" XMLTag\cRoot">
  7.           <XMLElement Self="di2i3" MarkupTag=" XMLTag\cStory" XMLContent="ud8"/>
  8.         </XMLElement>
  9.       </CharacterStyleRange>
  10.     </ParagraphStyleRange>
  11.   </XmlStory>
  12. </idPkg: BackingStory>
Personal tools