<xs:element name="document"><xs:annotation><xs:documentation xml:lang="en">Document Root element of the document structure that corresponts to one PDF.</xs:documentation><xs:documentation xml:lang="ja">ドキュメント 1個のPDFに対応した文書構造のルート要素です。</xs:documentation></xs:annotation><xs:complexType><xs:sequence maxOccurs="unbounded"><xs:annotation><xs:documentation xml:lang="en">document consists of page elements corresponding to a PDF page.</xs:documentation><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="en">Title of PDF document property</xs:documentation><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="en">Author of PDF document property</xs:documentation><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="en">Subject of PDF document property</xs:documentation><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="en">Keyword for PDF document property</xs:documentation><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="en">Application name for PDF creation</xs:documentation><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="en">Application name of this XML creation</xs:documentation><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="en">Created date</xs:documentation><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="en">Last updated</xs:documentation><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="en">Number of PDF Pages</xs:documentation><xs:documentation xml:lang="ja">PDFのページ数</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="frame"><xs:annotation><xs:documentation xml:lang="en">Frame</xs:documentation><xs:documentation xml:lang="ja">フレーム</xs:documentation></xs:annotation><xs:complexType><xs:choice><xs:annotation><xs:documentation xml:lang="en">Frame consists of one table or several p.</xs:documentation><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="en">Left Margin Distance from the left end</xs:documentation><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="en">Right Margin Distance from the right end</xs:documentation><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="en">Top Margin Distance from the top end of a frame</xs:documentation><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="en">Bottom Margin Distance from the bottom end of a frame</xs:documentation><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="en">File ID Exists only when frame-type="image".</xs:documentation><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="en">Frame Name</xs:documentation><xs:documentation xml:lang="ja">フレーム名称</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="hlink" type="xs:string"><xs:annotation><xs:documentation xml:lang="en">Link Destination Destination URI or Destination Name</xs:documentation><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>
<xs:element name="run"><xs:annotation><xs:documentation xml:lang="en">Text run is outputted per unit of PDF Tj operator. However, when a space between characters are big, it may be split into several runs. Space between characters or words may be replaced with a space character. For a character inserted as a space between characters or words becomes add-space="true" in character style.</xs:documentation><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 ref="ahp:pageno-block"/><xs:attribute name="name" type="xs:string"><xs:annotation><xs:documentation xml:lang="en">Name (Bookmark)</xs:documentation><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>
<xs:element name="cell"><xs:annotation><xs:documentation xml:lang="en">Table Cells Element p does not exist in the case of bound="true” and bound-first="false".</xs:documentation><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="en">Left Margin Distance from the left end of a frame</xs:documentation><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="en">Right Margin Distance from the right end of a frame</xs:documentation><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="en">Top Margin Distance from the top end of a frame</xs:documentation><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="en">Bottom Margin Distance from the bottom end of a frame</xs:documentation><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="en">First cell of cells combination</xs:documentation><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="en">Cells other than first cell of cells combination</xs:documentation><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="en">Number of horizontal combinations Effective when bounded-first = true</xs:documentation><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="en">Number of vertical combinations Effective when bounded-first = true</xs:documentation><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="en">Style Name</xs:documentation><xs:documentation xml:lang="ja">スタイル名</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="section"><xs:annotation><xs:documentation xml:lang="en">Section Expresses the unit of columns A section has the element ahp:frame. ahp:frame with the attribute ahp:frame-type="textbox", ahp:frame-type="textbox-table", or ahp:frame-type="image" will be output together in a section at the top of the page.</xs:documentation><xs:documentation xml:lang="ja">セクション 段組単位を表します。 セクションは要素ahp:frameを持ちます。 アトリビュートがahp:frame-type="textbox"、ahp:frame-type="textbox-table"、ahp:frame-type="image"のahp:frameは、ページの先頭のセクションにまとめて出力されます。</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="en">Left Margin Distance from the left end</xs:documentation><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="en">Right Margin Distance from the right end</xs:documentation><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="en">Top Margin Distance from the top end</xs:documentation><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="en">Bottom Margin Distance from the bottom end</xs:documentation><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="en">Column number</xs:documentation><xs:documentation xml:lang="ja">段数</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional"><xs:annotation><xs:documentation xml:lang="en">Left Margin Distance from the left end of a frame</xs:documentation><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="en">Right Margin Distance from the right end of a frame</xs:documentation><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="en">Top Margin Distance from the top end of a frame</xs:documentation><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="en">Bottom Margin Distance from the bottom end of a frame</xs:documentation><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="en">Cells other than first cell of cells combination</xs:documentation><xs:documentation xml:lang="ja">セル結合の先頭以外のセルであることを表します。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="table-column-count" type="xs:positiveInteger" use="required"><xs:annotation><xs:documentation xml:lang="en">Number of column Matchs the number of table-column.</xs:documentation><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="en">Number of row Matchs the number of row</xs:documentation><xs:documentation xml:lang="ja">行数 rowの数と一致します。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional"><xs:annotation><xs:documentation xml:lang="en">Left Margin Distance from the left end</xs:documentation><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="en">Right Margin Distance from the right end</xs:documentation><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="en">Top Margin Distance from the top end of a frame</xs:documentation><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="en">Bottom Margin Distance from the bottom end of a frame</xs:documentation><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="en">Left Margin Distance from the left end</xs:documentation><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="en">Right Margin Distance from the right end</xs:documentation><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="en">Top Margin Distance from the top end</xs:documentation><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="en">Left Margin Distance from the left end</xs:documentation><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="en">Right Margin Distance from the right end</xs:documentation><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="en">Top Margin Distance from the top end</xs:documentation><xs:documentation xml:lang="ja">上マージン ページの上端からの距離</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="title" type="xs:string" use="required"><xs:annotation><xs:documentation xml:lang="en">Title of PDF document property</xs:documentation><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="en">Author of PDF document property</xs:documentation><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="en">Subject of PDF document property</xs:documentation><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="en">Keyword for PDF document property</xs:documentation><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="en">Application name for PDF creation</xs:documentation><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="en">Application name of this XML creation</xs:documentation><xs:documentation xml:lang="ja">本XMLの作成アプリケーション名</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="page-count" type="xs:positiveInteger" use="required"><xs:annotation><xs:documentation xml:lang="en">Number of PDF Pages</xs:documentation><xs:documentation xml:lang="ja">PDFのページ数</xs:documentation></xs:annotation></xs:attribute>