Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema ahpdfxml_document.xsd
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Properties
attribute form default qualified
element form default qualified
Element ahp:document
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ドキュメント
1個のPDFに対応した文書構造のルート要素です。
Diagram
Diagram ahpdfxml_document_xsd.tmp#document_title ahpdfxml_document_xsd.tmp#document_author ahpdfxml_document_xsd.tmp#document_subject ahpdfxml_document_xsd.tmp#document_keyword ahpdfxml_document_xsd.tmp#document_creator ahpdfxml_document_xsd.tmp#document_producer ahpdfxml_document_xsd.tmp#document_create-date ahpdfxml_document_xsd.tmp#document_modify-date ahpdfxml_document_xsd.tmp#document_page-count ahpdfxml_document_xsd.tmp#page
Properties
content complex
Model
Children ahp:page
Instance
<ahp:document ahp:author="" ahp:create-date="" ahp:creator="" ahp:keyword="" ahp:modify-date="" ahp:page-count="" ahp:producer="" ahp:subject="" ahp:title="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:page ahp:height="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:s-id="" ahp:width="">{1,1}</ahp:page>
</ahp:document>
Attributes
QName Type Use Annotation
ahp:author xs:string required
PDFの文書プロパティの作者
ahp:create-date xs:dateTime required
PDFの作成日付
ahp:creator xs:string required
PDFの作成アプリケーション名
ahp:keyword xs:string required
PDFの文書プロパティのキーワード
ahp:modify-date xs:dateTime optional
PDFの編集日付
ahp:page-count xs:positiveInteger required
PDFのページ数
ahp:producer xs:string required
本XMLの作成アプリケーション名
ahp:subject xs:string required
PDFの文書プロパティの主題
ahp:title xs:string required
PDFの文書プロパティのタイトル
Source
<xs:element name="document">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ドキュメント 1個のPDFに対応した文書構造のルート要素です。</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="ja">documentはPDFのページに対応したpage要素から構成されます。</xs:documentation>
      </xs:annotation>
      <xs:element ref="ahp:page"/>
    </xs:sequence>
    <xs:attribute name="title" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの文書プロパティのタイトル</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="author" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの文書プロパティの作者</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="subject" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの文書プロパティの主題</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="keyword" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの文書プロパティのキーワード</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creator" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの作成アプリケーション名</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="producer" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">本XMLの作成アプリケーション名</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="create-date" type="xs:dateTime" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの作成日付</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="modify-date" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの編集日付</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="page-count" type="xs:positiveInteger" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFのページ数</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:page
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの1ページ
Diagram
Diagram ahpdfxml_common_xsd.tmp#width ahpdfxml_common_xsd.tmp#height ahpdfxml_document_xsd.tmp#page_margin-l ahpdfxml_document_xsd.tmp#page_margin-r ahpdfxml_document_xsd.tmp#page_margin-t ahpdfxml_document_xsd.tmp#page_margin-b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_document_xsd.tmp#header ahpdfxml_document_xsd.tmp#footer ahpdfxml_document_xsd.tmp#section
Properties
content complex
Used by
Element ahp:document
Model
Children ahp:footer, ahp:header, ahp:section
Instance
<ahp:page ahp:height="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:s-id="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:header ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="">{0,1}</ahp:header>
  <ahp:footer ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="">{0,1}</ahp:footer>
  <ahp:section ahp:b="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:r="" ahp:section-column-count="1" ahp:s-id="" ahp:t="" ahp:writing-mode="horizontal">{1,unbounded}</ahp:section>
</ahp:page>
Attributes
QName Type Use Annotation
ahp:height ahp:lengthType required
高さ
ahp:margin-b ahp:lengthType optional
下マージン
ページの下端からの距離
ahp:margin-l ahp:lengthType optional
左マージン
ページの左端からの距離
ahp:margin-r ahp:lengthType optional
右マージン
ページの右端からの距離
ahp:margin-t ahp:lengthType optional
上マージン
ページの上端からの距離
ahp:s-id xs:string optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:width ahp:lengthType required
Source
<xs:element name="page">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの1ページ</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:annotation>
        <xs:documentation xml:lang="ja">ページはヘッダー(*1)、フッター(*1)と複数のセクションからなります。</xs:documentation>
      </xs:annotation>
      <xs:element ref="ahp:header" minOccurs="0"/>
      <xs:element ref="ahp:footer" minOccurs="0"/>
      <xs:element ref="ahp:section" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:width" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ページ幅</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:height" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ページ高さ</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">左マージン ページの左端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">右マージン ページの右端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">上マージン ページの上端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">下マージン ページの下端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:s-id"/>
  </xs:complexType>
</xs:element>
Element ahp:header
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ヘッダー
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_document_xsd.tmp#frame
Properties
content complex
Used by
Element ahp:page
Model
Children ahp:frame
Instance
<ahp:header ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:frame ahp:b="" ahp:file-id="" ahp:flip-horizontal="" ahp:flip-vertical="" ahp:frame-type="" ahp:hlink="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:name="" ahp:ope-no="" ahp:page-no="" ahp:r="" ahp:rotation="" ahp:s-id="" ahp:str-no="" ahp:t="" ahp:writing-mode="horizontal" ahp:z-order="">{1,unbounded}</ahp:frame>
</ahp:header>
Attributes
QName Type Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:t ahp:positionType required
上位置
Source
<xs:element name="header">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ヘッダー</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:frame" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute ref="ahp:s-id"/>
  </xs:complexType>
</xs:element>
Element ahp:frame
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フレーム
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_common_xsd.tmp#page-no ahpdfxml_common_xsd.tmp#str-no ahpdfxml_common_xsd.tmp#ope-no ahpdfxml_document_xsd.tmp#frame_margin-l ahpdfxml_document_xsd.tmp#frame_margin-r ahpdfxml_document_xsd.tmp#frame_margin-t ahpdfxml_document_xsd.tmp#frame_margin-b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_common_xsd.tmp#file-id ahpdfxml_common_xsd.tmp#frame-type ahpdfxml_document_xsd.tmp#frame_name ahpdfxml_document_xsd.tmp#frame_hlink ahpdfxml_common_xsd.tmp#rotation ahpdfxml_common_xsd.tmp#flip-horizontal ahpdfxml_common_xsd.tmp#flip-vertical ahpdfxml_common_xsd.tmp#z-order ahpdfxml_common_xsd.tmp#writing-mode ahpdfxml_document_xsd.tmp#p ahpdfxml_document_xsd.tmp#table
Properties
content complex
Used by
Model
Children ahp:p, ahp:table
Instance
<ahp:frame ahp:b="" ahp:file-id="" ahp:flip-horizontal="" ahp:flip-vertical="" ahp:frame-type="" ahp:hlink="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:name="" ahp:ope-no="" ahp:page-no="" ahp:r="" ahp:rotation="" ahp:s-id="" ahp:str-no="" ahp:t="" ahp:writing-mode="horizontal" ahp:z-order="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:p ahp:b="" ahp:l="" ahp:name="" ahp:r="" ahp:s-id="standard-p" ahp:t="">{1,unbounded}</ahp:p>
  <ahp:table ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="" ahp:table-column-count="" ahp:table-row-count="">{1,1}</ahp:table>
</ahp:frame>
Attributes
QName Type Default Use Annotation
ahp:b ahp:positionType required
下位置
ahp:file-id xs:ID optional
ファイルID
カタログファイルのcontent/@idにマッピングされます。
ahp:flip-horizontal xs:boolean optional
左右反転の有無
ahp:flip-vertical xs:boolean optional
上下反転の有無
ahp:frame-type restriction of xs:string required
フレームタイプ
ahp:hlink xs:string optional
リンク先
URIまたは宛先名
ahp:l ahp:positionType required
左位置
ahp:margin-b ahp:lengthType optional
下マージン
フレームの下端からの距離
ahp:margin-l ahp:lengthType optional
左マージン
フレームの左端からの距離
ahp:margin-r ahp:lengthType optional
右マージン
フレームの右端からの距離
ahp:margin-t ahp:lengthType optional
上マージン
フレームの上端からの距離
ahp:name xs:string optional
フレーム名称
ahp:ope-no xs:integer optional
PDF中のオペレーション番号です。
この属性は、frame-typeが"image" のframe要素 、run要素に出力されます。
ope-noが-1の場合は、PDF中には存在しないオぺーレーションであることを示します。
ahp:page-no xs:positiveInteger optional
PDF中のページ番号を示します。
この属性は、frame-typeが"image" のahp:frame要素 、ahp:run要素、ahp:bead要素、ahp:destination要素のアトリビュートとして出力されます。
ahp:r ahp:positionType required
右位置
ahp:rotation xs:float optional
回転角度
反時計回りです。
ahp:s-id xs:string optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:str-no xs:integer optional
この属性は、frame-typeが"image" のframe要素 、run要素に対して、出力されます。
上述の要素がXObjectの要素の場合に、XObjectのストリーム番号が出力されます。
上述の要素がXObjectの要素でない場合は、出力されません。
ahp:t ahp:positionType required
上位置
ahp:writing-mode restriction of xs:string horizontal optional
文字の流れ
ライティングモードを表します。
ahp:z-order xs:integer optional
書き順
値の小さなものから大きなものの順で描画されます。
Source
<xs:element name="frame">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フレーム</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:annotation>
        <xs:documentation xml:lang="ja">フレームは1個のtableか、複数のpから構成されます。</xs:documentation>
      </xs:annotation>
      <xs:element ref="ahp:p" maxOccurs="unbounded"/>
      <xs:element ref="ahp:table"/>
      <xs:sequence>
      </xs:sequence>
    </xs:choice>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute ref="ahp:page-no"/>
    <xs:attribute ref="ahp:str-no"/>
    <xs:attribute ref="ahp:ope-no"/>
    <xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">左マージン フレームの左端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">右マージン フレームの右端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">上マージン フレームの上端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">下マージン フレームの下端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:s-id"/>
    <xs:attribute ref="ahp:file-id">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ファイルID frame-type="image"の場合のみ存在。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:frame-type" use="required"/>
    <xs:attribute name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="ja">フレーム名称</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hlink" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="ja">リンク先 URIまたは宛先名</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:rotation"/>
    <xs:attribute ref="ahp:flip-horizontal"/>
    <xs:attribute ref="ahp:flip-vertical"/>
    <xs:attribute ref="ahp:z-order"/>
    <xs:attribute ref="ahp:writing-mode" default="horizontal"/>
  </xs:complexType>
</xs:element>
Element ahp:p
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段落
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_document_xsd.tmp#p_name ahpdfxml_document_xsd.tmp#line
Properties
content complex
Used by
Elements ahp:cell, ahp:frame
Model
Children ahp:line
Instance
<ahp:p ahp:b="" ahp:l="" ahp:name="" ahp:r="" ahp:s-id="standard-p" ahp:t="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:line ahp:b="" ahp:l="" ahp:r="" ahp:t="">{0,unbounded}</ahp:line>
</ahp:p>
Attributes
QName Type Default Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:name xs:string optional
アウトライン名称
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string standard-p optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:t ahp:positionType required
上位置
Source
<xs:element name="p">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段落</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:line" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute ref="ahp:s-id" default="standard-p"/>
    <xs:attribute name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="ja">アウトライン名称</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:line
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_document_xsd.tmp#run
Properties
content complex
Used by
Element ahp:p
Model
Children ahp:run
Instance
<ahp:line ahp:b="" ahp:l="" ahp:r="" ahp:t="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:run ahp:add-space="" ahp:b="" ahp:changed-space="" ahp:c-id="" ahp:dest="" ahp:hlink="" ahp:l="" ahp:name="" ahp:ope-no="" ahp:page-no="" ahp:r="" ahp:s-id="standard-text" ahp:str-no="" ahp:t="" ahp:z-order="">{1,unbounded}</ahp:run>
</ahp:line>
Attributes
QName Type Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:r ahp:positionType required
右位置
ahp:t ahp:positionType required
上位置
Source
<xs:element name="line">
  <xs:annotation>
    <xs:documentation xml:lang="ja"></xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:run" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
  </xs:complexType>
</xs:element>
Element ahp:run
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
テキスト
runはPDFのTjオペレータの単位で出力します。
しかし、文字間スペースが大きい場合は、複数のrunに分割される場合があります。
文字間空白、単語間空白は空白文字で置き換える場合があります。
文字間空白、単語間空白として挿入した文字は、add-space =“true”が付きます。
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_common_xsd.tmp#page-no ahpdfxml_common_xsd.tmp#str-no ahpdfxml_common_xsd.tmp#ope-no ahpdfxml_common_xsd.tmp#s-id ahpdfxml_common_xsd.tmp#c-id ahpdfxml_common_xsd.tmp#add-space ahpdfxml_common_xsd.tmp#z-order ahpdfxml_common_xsd.tmp#changed-space ahpdfxml_document_xsd.tmp#run_name ahpdfxml_common_xsd.tmp#dest ahpdfxml_common_xsd.tmp#hlink
Properties
content complex
mixed true
Used by
Element ahp:line
Model
Attributes
QName Type Default Use Annotation
ahp:add-space xs:boolean optional
元PDFには無いが、
単語間を表すために挿入した空白
文字間を表すために挿入した空白
ahp:b ahp:positionType required
下位置
ahp:c-id xs:string optional
キャラクタID
PDF中のオリジナル文字コード
ahp:changed-space restriction of xs:string optional
unicodeにマッピングできない場合、空白に変換します。
ahp:dest xs:ID optional
宛先
宛先ファイルのdestination/@idにマッピングされます。
ahp:hlink xs:anyURI optional
URI
ahp:l ahp:positionType required
左位置
ahp:name xs:string optional
名前(ブックマーク)
ahp:ope-no xs:integer optional
PDF中のオペレーション番号です。
この属性は、frame-typeが"image" のframe要素 、run要素に出力されます。
ope-noが-1の場合は、PDF中には存在しないオぺーレーションであることを示します。
ahp:page-no xs:positiveInteger optional
PDF中のページ番号を示します。
この属性は、frame-typeが"image" のahp:frame要素 、ahp:run要素、ahp:bead要素、ahp:destination要素のアトリビュートとして出力されます。
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string standard-text optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:str-no xs:integer optional
この属性は、frame-typeが"image" のframe要素 、run要素に対して、出力されます。
上述の要素がXObjectの要素の場合に、XObjectのストリーム番号が出力されます。
上述の要素がXObjectの要素でない場合は、出力されません。
ahp:t ahp:positionType required
上位置
ahp:z-order xs:integer optional
書き順
値の小さなものから大きなものの順で描画されます。
Source
<xs:element name="run">
  <xs:annotation>
    <xs:documentation xml:lang="ja">テキスト runはPDFのTjオペレータの単位で出力します。 しかし、文字間スペースが大きい場合は、複数のrunに分割される場合があります。 文字間空白、単語間空白は空白文字で置き換える場合があります。 文字間空白、単語間空白として挿入した文字は、add-space =“true”が付きます。</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute ref="ahp:page-no"/>
    <xs:attribute ref="ahp:str-no"/>
    <xs:attribute ref="ahp:ope-no"/>
    <xs:attribute ref="ahp:s-id" default="standard-text"/>
    <xs:attribute ref="ahp:c-id" use="optional"/>
    <xs:attribute ref="ahp:add-space" use="optional"/>
    <xs:attribute ref="ahp:z-order"/>
    <xs:attribute ref="ahp:changed-space"/>
    <xs:attribute name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="ja">名前(ブックマーク)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:dest"/>
    <xs:attribute ref="ahp:hlink"/>
  </xs:complexType>
</xs:element>
Element ahp:table
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_document_xsd.tmp#table_table-column-count ahpdfxml_document_xsd.tmp#table_table-row-count ahpdfxml_document_xsd.tmp#table-column ahpdfxml_document_xsd.tmp#row
Properties
content complex
Used by
Element ahp:frame
Model
Children ahp:row, ahp:table-column
Instance
<ahp:table ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="" ahp:table-column-count="" ahp:table-row-count="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:table-column ahp:width="">{1,unbounded}</ahp:table-column>
  <ahp:row ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="">{1,unbounded}</ahp:row>
</ahp:table>
Attributes
QName Type Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:t ahp:positionType required
上位置
ahp:table-column-count xs:positiveInteger required
列数
table-columnの数と一致します。
ahp:table-row-count xs:positiveInteger required
行数
rowの数と一致します。
Source
<xs:element name="table">
  <xs:annotation>
    <xs:documentation xml:lang="ja"></xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:element ref="ahp:table-column" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:sequence>
        <xs:element ref="ahp:row" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute ref="ahp:s-id"/>
    <xs:attribute name="table-column-count" type="xs:positiveInteger" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">列数 table-columnの数と一致します。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="table-row-count" type="xs:positiveInteger" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">行数 rowの数と一致します。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:table-column
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
列属性
Diagram
Diagram ahpdfxml_common_xsd.tmp#width
Properties
content complex
Used by
Element ahp:table
Attributes
QName Type Use Annotation
ahp:width ahp:lengthType required
Source
<xs:element name="table-column">
  <xs:annotation>
    <xs:documentation xml:lang="ja">列属性</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="ahp:width" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">列幅</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:row
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
表の行
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_document_xsd.tmp#cell
Properties
content complex
Used by
Element ahp:table
Model
Children ahp:cell
Instance
<ahp:row ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:cell ahp:b="" ahp:bound="false" ahp:bound-first="false" ahp:bound-horizontal-num="" ahp:bound-vertical-num="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:r="" ahp:s-id="" ahp:t="">{1,unbounded}</ahp:cell>
</ahp:row>
Attributes
QName Type Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:t ahp:positionType required
上位置
Source
<xs:element name="row">
  <xs:annotation>
    <xs:documentation xml:lang="ja">表の行</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:cell" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute ref="ahp:s-id"/>
  </xs:complexType>
</xs:element>
Element ahp:cell
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
表のセルです。
bound =“true” かつ bound-first =“false”の場合は、要素pは存在しません。
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_document_xsd.tmp#cell_margin-l ahpdfxml_document_xsd.tmp#cell_margin-r ahpdfxml_document_xsd.tmp#cell_margin-t ahpdfxml_document_xsd.tmp#cell_margin-b ahpdfxml_document_xsd.tmp#cell_bound-first ahpdfxml_document_xsd.tmp#cell_bound ahpdfxml_document_xsd.tmp#cell_bound-horizontal-num ahpdfxml_document_xsd.tmp#cell_bound-vertical-num ahpdfxml_common_xsd.tmp#s-id ahpdfxml_document_xsd.tmp#p
Properties
content complex
Used by
Element ahp:row
Model
Children ahp:p
Instance
<ahp:cell ahp:b="" ahp:bound="false" ahp:bound-first="false" ahp:bound-horizontal-num="" ahp:bound-vertical-num="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:r="" ahp:s-id="" ahp:t="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:p ahp:b="" ahp:l="" ahp:name="" ahp:r="" ahp:s-id="standard-p" ahp:t="">{0,unbounded}</ahp:p>
</ahp:cell>
Attributes
QName Type Default Use Annotation
ahp:b ahp:positionType required
下位置
ahp:bound xs:boolean false optional
セル結合の先頭以外のセルであることを表します。
ahp:bound-first xs:boolean false optional
セル結合の先頭であることを表します。
ahp:bound-horizontal-num xs:positiveInteger optional
このセルの横結合の列数です。
この値は、bound-first = trueの場合に有効です。
ahp:bound-vertical-num xs:positiveInteger optional
このセルの縦結合の行数です。
この値は、bound-first = trueの場合に有効です。
ahp:l ahp:positionType required
左位置
ahp:margin-b ahp:lengthType optional
下マージン
セルの下端からの距離です。
ahp:margin-l ahp:lengthType optional
左マージン
セルの左端からの距離です。
ahp:margin-r ahp:lengthType optional
右マージン
セルの右端からの距離です。
ahp:margin-t ahp:lengthType optional
上マージン
セルの上端からの距離です。
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string required
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:t ahp:positionType required
上位置
Source
<xs:element name="cell">
  <xs:annotation>
    <xs:documentation xml:lang="ja">表のセルです。 bound =“true” かつ bound-first =“false”の場合は、要素pは存在しません。</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:p" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">左マージン セルの左端からの距離です。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">右マージン セルの右端からの距離です。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">上マージン セルの上端からの距離です。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">下マージン セルの下端からの距離です。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="bound-first" type="xs:boolean" default="false">
      <xs:annotation>
        <xs:documentation xml:lang="ja">セル結合の先頭であることを表します。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="bound" type="xs:boolean" default="false">
      <xs:annotation>
        <xs:documentation xml:lang="ja">セル結合の先頭以外のセルであることを表します。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="bound-horizontal-num" type="xs:positiveInteger" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">このセルの横結合の列数です。 この値は、bound-first = trueの場合に有効です。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="bound-vertical-num" type="xs:positiveInteger" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">このセルの縦結合の行数です。 この値は、bound-first = trueの場合に有効です。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:s-id" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">スタイル名</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:footer
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
Diagram
Properties
Used by
Model
Children ahp:frame
Instance
Attributes
Source
Element ahp:section
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セクション
段組単位を表します。
Diagram
Diagram ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b ahpdfxml_document_xsd.tmp#section_margin-l ahpdfxml_document_xsd.tmp#section_margin-r ahpdfxml_document_xsd.tmp#section_margin-t ahpdfxml_document_xsd.tmp#section_margin-b ahpdfxml_common_xsd.tmp#s-id ahpdfxml_common_xsd.tmp#writing-mode ahpdfxml_document_xsd.tmp#section_section-column-count ahpdfxml_document_xsd.tmp#section-column ahpdfxml_document_xsd.tmp#frame
Properties
content complex
Used by
Element ahp:page
Model
Children ahp:frame, ahp:section-column
Instance
<ahp:section ahp:b="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:r="" ahp:section-column-count="1" ahp:s-id="" ahp:t="" ahp:writing-mode="horizontal" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:section-column ahp:end="" ahp:start="">{1,unbounded}</ahp:section-column>
  <ahp:frame ahp:b="" ahp:file-id="" ahp:flip-horizontal="" ahp:flip-vertical="" ahp:frame-type="" ahp:hlink="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:name="" ahp:ope-no="" ahp:page-no="" ahp:r="" ahp:rotation="" ahp:s-id="" ahp:str-no="" ahp:t="" ahp:writing-mode="horizontal" ahp:z-order="">{0,unbounded}</ahp:frame>
</ahp:section>
Attributes
QName Type Default Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:margin-b ahp:lengthType optional
下マージン
セクションの下端からの距離
ahp:margin-l ahp:lengthType optional
左マージン
セクションの左端からの距離
ahp:margin-r ahp:lengthType optional
右マージン
セクションの右端からの距離
ahp:margin-t ahp:lengthType optional
上マージン
セクションの上端からの距離
ahp:r ahp:positionType required
右位置
ahp:s-id xs:string optional
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
ahp:section-column-count xs:positiveInteger 1 optional
段数
ahp:t ahp:positionType required
上位置
ahp:writing-mode restriction of xs:string horizontal optional
文字の流れ
ライティングモードを表します。
Source
<xs:element name="section">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セクション 段組単位を表します。</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:section-column" minOccurs="1" maxOccurs="unbounded"/>
      <xs:element ref="ahp:frame" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="ahp:l" use="required"/>
    <xs:attribute ref="ahp:r" use="required"/>
    <xs:attribute ref="ahp:t" use="required"/>
    <xs:attribute ref="ahp:b" use="required"/>
    <xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">左マージン セクションの左端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">右マージン セクションの右端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">上マージン セクションの上端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">下マージン セクションの下端からの距離</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="ahp:s-id"/>
    <xs:attribute ref="ahp:writing-mode" default="horizontal"/>
    <xs:attribute name="section-column-count" type="xs:positiveInteger" default="1">
      <xs:annotation>
        <xs:documentation xml:lang="ja">段数</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:section-column
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段情報
Diagram
Diagram ahpdfxml_common_xsd.tmp#start ahpdfxml_common_xsd.tmp#end
Properties
content complex
Used by
Element ahp:section
Attributes
QName Type Use Annotation
ahp:end ahp:positionType required
終了位置
ahp:start ahp:positionType required
開始位置
Source
<xs:element name="section-column">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段情報</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="ahp:start" use="required"/>
    <xs:attribute ref="ahp:end" use="required"/>
  </xs:complexType>
</xs:element>
Attribute ahp:run / @ahp:name
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
名前(ブックマーク)
Type xs:string
Properties
content simple
Used by
Element ahp:run
Source
<xs:attribute name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="ja">名前(ブックマーク)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:p / @ahp:name
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
アウトライン名称
Type xs:string
Properties
content simple
Used by
Element ahp:p
Source
<xs:attribute name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="ja">アウトライン名称</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:margin-l
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左マージン
セルの左端からの距離です。
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:cell
Source
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左マージン セルの左端からの距離です。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:margin-r
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右マージン
セルの右端からの距離です。
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:cell
Source
<xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右マージン セルの右端からの距離です。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:margin-t
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上マージン
セルの上端からの距離です。
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:cell
Source
<xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上マージン セルの上端からの距離です。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:margin-b
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
下マージン
セルの下端からの距離です。
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:cell
Source
<xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">下マージン セルの下端からの距離です。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:bound-first
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セル結合の先頭であることを表します。
Type xs:boolean
Properties
default false
Used by
Element ahp:cell
Source
<xs:attribute name="bound-first" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セル結合の先頭であることを表します。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:bound
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セル結合の先頭以外のセルであることを表します。
Type xs:boolean
Properties
default false
Used by
Element ahp:cell
Source
<xs:attribute name="bound" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セル結合の先頭以外のセルであることを表します。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:bound-horizontal-num
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
このセルの横結合の列数です。
この値は、bound-first = trueの場合に有効です。
Type xs:positiveInteger
Properties
use optional
Used by
Element ahp:cell
Source
<xs:attribute name="bound-horizontal-num" type="xs:positiveInteger" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">このセルの横結合の列数です。 この値は、bound-first = trueの場合に有効です。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:cell / @ahp:bound-vertical-num
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
このセルの縦結合の行数です。
この値は、bound-first = trueの場合に有効です。
Type xs:positiveInteger
Properties
use optional
Used by
Element ahp:cell
Source
<xs:attribute name="bound-vertical-num" type="xs:positiveInteger" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">このセルの縦結合の行数です。 この値は、bound-first = trueの場合に有効です。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:table / @ahp:table-column-count
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
列数
table-columnの数と一致します。
Type xs:positiveInteger
Properties
use required
Used by
Element ahp:table
Source
<xs:attribute name="table-column-count" type="xs:positiveInteger" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">列数 table-columnの数と一致します。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:table / @ahp:table-row-count
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
行数
rowの数と一致します。
Type xs:positiveInteger
Properties
use required
Used by
Element ahp:table
Source
<xs:attribute name="table-row-count" type="xs:positiveInteger" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">行数 rowの数と一致します。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:frame / @ahp:margin-l
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左マージン
フレームの左端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:frame
Source
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左マージン フレームの左端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:frame / @ahp:margin-r
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右マージン
フレームの右端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:frame
Source
<xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右マージン フレームの右端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:frame / @ahp:margin-t
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上マージン
フレームの上端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:frame
Source
<xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上マージン フレームの上端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:frame / @ahp:margin-b
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
下マージン
フレームの下端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:frame
Source
<xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">下マージン フレームの下端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:frame / @ahp:name
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フレーム名称
Type xs:string
Properties
content simple
Used by
Element ahp:frame
Source
<xs:attribute name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フレーム名称</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:frame / @ahp:hlink
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
Type xs:string
Properties
Used by
Source
Attribute ahp:section / @ahp:margin-l
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左マージン
セクションの左端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:section
Source
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左マージン セクションの左端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:section / @ahp:margin-r
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右マージン
セクションの右端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:section
Source
<xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右マージン セクションの右端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:section / @ahp:margin-t
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上マージン
セクションの上端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:section
Source
<xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上マージン セクションの上端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:section / @ahp:margin-b
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
下マージン
セクションの下端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:section
Source
<xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">下マージン セクションの下端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:section / @ahp:section-column-count
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段数
Type xs:positiveInteger
Properties
default 1
Used by
Element ahp:section
Source
<xs:attribute name="section-column-count" type="xs:positiveInteger" default="1">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段数</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:page / @ahp:margin-l
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左マージン
ページの左端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:page
Source
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左マージン ページの左端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:page / @ahp:margin-r
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右マージン
ページの右端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:page
Source
<xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右マージン ページの右端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:page / @ahp:margin-t
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上マージン
ページの上端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:page
Source
<xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上マージン ページの上端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:page / @ahp:margin-b
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
下マージン
ページの下端からの距離
Type ahp:lengthType
Properties
use optional
Used by
Element ahp:page
Source
<xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">下マージン ページの下端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:title
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの文書プロパティのタイトル
Type xs:string
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="title" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの文書プロパティのタイトル</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:author
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの文書プロパティの作者
Type xs:string
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="author" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの文書プロパティの作者</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:subject
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの文書プロパティの主題
Type xs:string
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="subject" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの文書プロパティの主題</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:keyword
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの文書プロパティのキーワード
Type xs:string
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="keyword" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの文書プロパティのキーワード</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:creator
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの作成アプリケーション名
Type xs:string
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="creator" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの作成アプリケーション名</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:producer
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
本XMLの作成アプリケーション名
Type xs:string
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="producer" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">本XMLの作成アプリケーション名</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:create-date
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの作成日付
Type xs:dateTime
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="create-date" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの作成日付</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:modify-date
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFの編集日付
Type xs:dateTime
Properties
content simple
Used by
Element ahp:document
Source
<xs:attribute name="modify-date" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFの編集日付</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:document / @ahp:page-count
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDFのページ数
Type xs:positiveInteger
Properties
use required
Used by
Element ahp:document
Source
<xs:attribute name="page-count" type="xs:positiveInteger" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDFのページ数</xs:documentation>
  </xs:annotation>
</xs:attribute>