<xs:simpleType name="lengthType"><xs:annotation><xs:documentation xml:lang="en">Length Unit is in point (pt)</xs:documentation><xs:documentation xml:lang="ja">長さ 単位はポイント(pt)です。</xs:documentation></xs:annotation><xs:restriction base="xs:float"/></xs:simpleType>
<xs:simpleType name="positionType"><xs:annotation><xs:documentation xml:lang="en">Distance from origin. Origin is located at the upper left of a PDF page. x coordinate increases towards the right direction, and y coordinate does towards downward direction.</xs:documentation><xs:documentation xml:lang="ja">原点からの距離 原点はPDFのページの左上です。 x座標の増加方向は右方向、y座標の増加方向は下方向です。</xs:documentation></xs:annotation><xs:restriction base="xs:float"/></xs:simpleType>
<xs:attribute name="s-id" type="xs:string"><xs:annotation><xs:documentation xml:lang="en">Style Name It is mapped to style file's style/@name.</xs:documentation><xs:documentation xml:lang="ja">スタイル名 スタイルファイルのstyle/@nameにマッピングされます。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="c-id" type="xs:string"><xs:annotation><xs:documentation xml:lang="en">Character ID Original character code in PDF</xs:documentation><xs:documentation xml:lang="ja">キャラクタID PDF中のオリジナル文字コード</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="add-space" type="xs:boolean"><xs:annotation><xs:documentation xml:lang="en">It's not included in the original PDF but inserted to express the space between words, to express the space between characters.</xs:documentation><xs:documentation xml:lang="ja">元PDFには無いが、 単語間を表すために挿入した空白 文字間を表すために挿入した空白</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="page-no" type="xs:positiveInteger"><xs:annotation><xs:documentation xml:lang="en">Show page number in PDF. This attribute is output as the attribute belongs to the ahp:frame element, the ahp:run element, the ahp:bead element and the ahp:destination element that has the flame type as "image".</xs:documentation><xs:documentation xml:lang="ja">PDF中のページ番号を示します。 この属性は、frame-typeが"image" のahp:frame要素 、ahp:run要素、ahp:bead要素、ahp:destination要素のアトリビュートとして出力されます。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="str-no" type="xs:integer"><xs:annotation><xs:documentation xml:lang="en">This attribute is output as the attribute belongs to the frame element and run element that has the flame type as "image". In case the above elements are the ones of XObject, XObject stream numbers are output. In case the above elements are not the ones of XObject, no output.</xs:documentation><xs:documentation xml:lang="ja">この属性は、frame-typeが"image" のframe要素 、run要素に対して、出力されます。 上述の要素がXObjectの要素の場合に、XObjectのストリーム番号が出力されます。 上述の要素がXObjectの要素でない場合は、出力されません。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="ope-no" type="xs:integer"><xs:annotation><xs:documentation xml:lang="en">Operation number in PDF. This attribute is output as the attribute belongs to te frame element and run element that has the frame type as "image". If ope-no is -1, that means not existing operation in PDF.</xs:documentation><xs:documentation xml:lang="ja">PDF中のオペレーション番号です。 この属性は、frame-typeが"image" のframe要素 、run要素に出力されます。 ope-noが-1の場合は、PDF中には存在しないオぺーレーションであることを示します。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="file-id" type="xs:ID"><xs:annotation><xs:documentation xml:lang="en">File ID It is mapped to catalog file’s content/@id.</xs:documentation><xs:documentation xml:lang="ja">ファイルID カタログファイルのcontent/@idにマッピングされます。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="flip-horizontal" type="xs:boolean"><xs:annotation><xs:documentation xml:lang="en">With or without flip horizontal</xs:documentation><xs:documentation xml:lang="ja">左右反転の有無</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="flip-vertical" type="xs:boolean"><xs:annotation><xs:documentation xml:lang="en">With or without flip vertical</xs:documentation><xs:documentation xml:lang="ja">上下反転の有無</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="z-order" type="xs:integer"><xs:annotation><xs:documentation xml:lang="en">Writing order Drawn in the order from a small value to a large one.</xs:documentation><xs:documentation xml:lang="ja">書き順 値の小さなものから大きなものの順で描画されます。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="changed-space"><xs:annotation><xs:documentation xml:lang="en">If mapping to unicode fails, convert to the space</xs:documentation><xs:documentation xml:lang="ja">unicodeにマッピングできない場合、空白に変換します。</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="true"><xs:annotation><xs:documentation xml:lang="en">converted to the space</xs:documentation><xs:documentation xml:lang="ja">空白に変換しました。</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="false"><xs:annotation><xs:documentation xml:lang="en">not converted to the space</xs:documentation><xs:documentation xml:lang="ja">空白に変換していません。</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="pageno-block"><xs:annotation><xs:documentation xml:lang="en">Information whether this element is a page number.</xs:documentation><xs:documentation xml:lang="ja">この要素がページ番号か否かの情報。</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="true"><xs:annotation><xs:documentation xml:lang="en">This element is the page number.</xs:documentation><xs:documentation xml:lang="ja">この要素はページ番号です。</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="false"><xs:annotation><xs:documentation xml:lang="en">This element is not a page number.</xs:documentation><xs:documentation xml:lang="ja">この要素はページ番号ではありません。</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="dest" type="xs:ID"><xs:annotation><xs:documentation xml:lang="en">Destination It is mapped to destination file's destination/@id.</xs:documentation><xs:documentation xml:lang="ja">宛先 宛先ファイルのdestination/@idにマッピングされます。</xs:documentation></xs:annotation></xs:attribute>