Translation:Notes
From IDMLWiki
Contents |
注釈
InDesignのストーリーには、印刷されない注釈を含めることができます。IDMLでの注釈は、他のインラインオブジェクトと同じようにサポートされており、<CharacterStyleRange>エレメントの子エレメントとして表されます。
スキーマの例48 Note
Note_Object = element Note {
attribute Collapsed { xsd:boolean }?,
attribute CreationDate{ xsd:dateTime }?,
attribute ModificationDate{ xsd:dateTime }?,
attribute UserName{ xsd:string }?,
attribute AppliedDocumentUser{ xsd:string }?,
element Properties {element Label { element KeyValuePair{ KeyValuePair_TypeDef }*
}?
}?,(Footnote_Object*&TextVariableInstance_Object*&TextFrame_Object*&Oval_Object*&Rectangle_Object*&GraphicLine_Object*&Polygon_Object*&Group_Object*&EPSText_Object*&FormField_Object*&Button_Object*&Table_Object*&ParagraphStyleRange_Object*&CharacterStyleRange_Object*&HiddenText_Object*)}
IDMLの例45 Note
<ParagraphStyleRange AppliedParagraphStyle=" ParagraphStyle\ kNormalParagraphStyle"><CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\ k[No character style]"><Content>This is an example paragraph. At the end of the second sentence,we’ve inserted a note.</Content>
<Note Collapsed="false" CreationDate=" 2008-02-24T23:12:55" ModificationDate=" 2008-02-24T23:16:44" UserName=" Unknown User Name" AppliedDocumentUser=" dDocumentUser1"><ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ k[No paragraph style]"><CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\ k[No character style]"><Content>This is a note.</Content>
</CharacterStyleRange></ParagraphStyleRange></Note><br/><Content>This is a paragraph following the note.</Content>
</CharacterStyleRange></ParagraphStyleRange>

