Translation:BackingStory.xml
From IDMLWiki
10.9.1 BackingStory.xml
IDMLパッケージのBackingStory.xmlファイルには、InDesignドキュメントに配置されていないXMLコンテンツが含まれています。
スキーマの例129 BackingStory
BackingStory_File = element idPkg:BackingStory {
XmlStory_Object*}
下記は、すべてのXMLコンテンツがドキュメント上に配置されているIDMLパッケージの<idpkg:BackingStory>エレメントの例です。(「10.4 ストーリー」のMappingStyleToTagsの例を参照)XML構造には、ルートエレメント<XMLElement>の子エレメントが1つあり、IDMLパッケージの<Story>エレメントとSelf属性ud8で関連付けられています。
IDMLの例85 BacingStory
<idPkg: BackingStory xmlns:idPkg=" http://ns.adobe.com/AdobeInDesign/ idml/1.0/ packaging"><XmlStory Self="u9c"><ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ kNormalParagraphStyle"><CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\ k[No character style]"><Content></Content><XMLElement Self="di2" MarkupTag=" XMLTag\cRoot"><XMLElement Self="di2i3" MarkupTag=" XMLTag\cStory" XMLContent="ud8"/></XMLElement></CharacterStyleRange></ParagraphStyleRange></XmlStory></idPkg: BackingStory>
