Translation:XMLElement

From IDMLWiki

Jump to: navigation, search

Contents

10.9.3 XMLElement

<XMLElement>エレメントは、InDesignドキュメントのXML構造のコンテンツです。テキストの<XMLElement>の例は、「10.4.9 テキストのXMLエレメント」を参照してください。ページオブジェクトを伴う<XMLElement>の例は、「XMLエレメントとページオブジェクトの結合」を参照してください。

スキーマの例130 XMLElement
  1. XMLElement_Object = element XMLElement {
  2.   attribute Self { xsd:string },
  3.   attribute MarkupTag{  xsd:string }?,
  4.   attribute XMLContent { xsd:string }?,
  5.   attribute NoTextMarker{  XMLNoTextMarker_EnumValue }?,
  6. (
  7.   XMLAttribute_Object*&
  8.   DTD_Object*&
  9.   XMLElement_Object*&
  10.   XMLComment_Object*&
  11.   XMLInstruction_Object*&
  12.   TextFrame_Object*&
  13.   Oval_Object*&
  14.   Rectangle_Object*&
  15.   GraphicLine_Object*&
  16.   Polygon_Object*&
  17.   Group_Object*&
  18.   EPSText_Object*&
  19.   FormField_Object*&
  20.   Button_Object*&
  21.   Table_Object*&
  22.   Cell_Object*&
  23.   Footnote_Object*&
  24.   Note_Object*&
  25.   Link_Object*
  26. )
  27. }
表125 属性としてのXMLElementプロパティ
名前 必須 説明
MarkupTag string XMLエレメントの<XMLTag>への参照(Self属性)
XMLContent string XMLエレメントの<Story>への参照。(Self属性)ストーリーの最上位にあるXMLエレメントでのみ使用できる
NoTextMarker XMLNoTextMarker_EnumValue <Table>エレメントおよび<Cell>エレメントで使用。これらのエレメントには関連付けられたマーカーがレイアウトにない
スキーマの例131 XMLAttribute
  1. XMLAttribute_Object = element XMLAttribute {
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string },
  4.   attribute Value { xsd:string }
  5. }
表126 属性としてのXMLAttributeプロパティ
名前 必須 説明
Name string 属性名
Value string 属性値
スキーマの例132 XMLInstruction
  1. XMLInstruction_Object = element XMLInstruction {
  2.   attribute Self { xsd:string },
  3.   attribute StoryOffset{  xsd:string }?,
  4.   attribute Target { xsd:string },
  5.   attribute Data { xsd:string }?
  6. }
表127 属性としてのXMLInstructionプロパティ
名前 必須 説明
StoryOffset string <XMLInstruction>エレメントの位置。<CharacterStyleRange>エレメントのSelf属性を参照
Target string ターゲット
Data string コンテンツ
スキーマの例133 XMLComment
  1. XMLComment_Object = element XMLComment {
  2.   attribute Self { xsd:string },
  3.   attribute StoryOffset{  xsd:string }?,
  4.   attribute Value { xsd:string }?
  5. }
表128 属性としてのXMLCommentプロパティ
名前 必須 説明
StoryOffset string <XMLInstruction>エレメントの位置。<CharacterStyleRange>エレメントのSelf属性を参照
Value string コンテンツ
スキーマの例134 DTD
  1. DTD_Object = element DTD {
  2.   attribute Self { xsd:string },
  3.   attribute StoryOffset{  xsd:string }?,
  4.   element Properties {
  5.     element Contents {
  6.       (string_type, xsd:string ) |
  7.       (enum_type, SpecialCharacters_EnumValue ) |
  8.       (object_type, xsd:string )
  9.     }?
  10.   }
  11.   ?
  12. }
表129 属性としてのDTDプロパティ
名前 必須 説明
StoryOffset string <XMLInstruction>エレメントの位置。<CharacterStyleRange>エレメントのSelf属性を参照
表130 エレメントとしてのDTDプロパティ
名前 必須 説明
Contents stringまたはSpecialCharactersenumeration コンテンツ
Personal tools