Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema ahpdfxml_common.xsd
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Properties
attribute form default qualified
element form default qualified
Simple Type ahp:lengthType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
長さ
単位はポイント(pt)です。
Diagram
Diagram
Type xs:float
Used by
Source
<xs:simpleType name="lengthType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">長さ 単位はポイント(pt)です。</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:float"/>
</xs:simpleType>
Simple Type ahp:positionType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
原点からの距離
原点はPDFのページの左上です。
x座標の増加方向は右方向、y座標の増加方向は下方向です。
Diagram
Diagram
Type xs:float
Used by
Source
<xs:simpleType name="positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">原点からの距離 原点はPDFのページの左上です。 x座標の増加方向は右方向、y座標の増加方向は下方向です。</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:float"/>
</xs:simpleType>
Simple Type ahp:fileType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration DOCUMENT
PDFの文書構造
enumeration STYLE
PDFから作成したスタイル
enumeration ARTICLE
PDF中に存在するアーティクル
enumeration OUTLINE
PDF中に存在するアウトライン
enumeration BMP
Windows Bitmap
enumeration TIFF
Tagged Image File Format
enumeration JPEG
JPEG File Interchange Format
enumeration PNG
Portable Network Graphics
enumeration SVG
Scalable Vector Graphics
enumeration XMP
拡張メタデータ
enumeration ICC
ICC カラースペースファイル
enumeration Flash
Adobe Flash
enumeration MPEG
Moving Picture Experts Group
enumeration MP4
MPEG-4 Part 14
enumeration WebM
米Googleが開発しているオープンな動画規格
enumeration Ogg
パテントフリーのマルチメディアコンテナフォーマット
enumeration QuickTime
アップルが開発するマルチメディア技術
enumeration AVI
Audio Video Interleave
enumeration MP3
MPEG Audio Layer-3
enumeration AAC
Advanced Audio Coding
enumeration MIDI
Musical Instrument Digital Interface
enumeration RealAudio
RealAudio
enumeration WAVE
RIFF waveform Audio Format
enumeration ZIP
アーカイブのフォーマット
enumeration PDF
Portable Document Format
enumeration WORD
MS-Word
enumeration EXCEL
MS-Excel
enumeration TEXT
テキスト
enumeration HTML
HTML
enumeration XHTML
XHTML
enumeration CSS
Cascading Style Sheets
enumeration XML
XML
enumeration RSS
Really Simple Syndication
enumeration JavaScript
JavaScript
enumeration VBScript
VBScript
enumeration CGI
Common Gateway Interface
enumeration PHP
Hypertext Preprocessor
Used by
Source
<xs:simpleType name="fileType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="DOCUMENT">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFの文書構造</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STYLE">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDFから作成したスタイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ARTICLE">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDF中に存在するアーティクル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="OUTLINE">
      <xs:annotation>
        <xs:documentation xml:lang="ja">PDF中に存在するアウトライン</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BMP">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Windows Bitmap</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TIFF">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Tagged Image File Format</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="JPEG">
      <xs:annotation>
        <xs:documentation xml:lang="ja">JPEG File Interchange Format</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PNG">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Portable Network Graphics</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SVG">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Scalable Vector Graphics</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="XMP">
      <xs:annotation>
        <xs:documentation xml:lang="ja">拡張メタデータ</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ICC">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ICC カラースペースファイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Flash">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Adobe Flash</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MPEG">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Moving Picture Experts Group</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MP4">
      <xs:annotation>
        <xs:documentation xml:lang="ja">MPEG-4 Part 14</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="WebM">
      <xs:annotation>
        <xs:documentation xml:lang="ja">米Googleが開発しているオープンな動画規格</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Ogg">
      <xs:annotation>
        <xs:documentation xml:lang="ja">パテントフリーのマルチメディアコンテナフォーマット</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="QuickTime">
      <xs:annotation>
        <xs:documentation xml:lang="ja">アップルが開発するマルチメディア技術</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AVI">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Audio Video Interleave</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MP3">
      <xs:annotation>
        <xs:documentation xml:lang="ja">MPEG Audio Layer-3</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AAC">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Advanced Audio Coding</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MIDI">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Musical Instrument Digital Interface</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RealAudio">
      <xs:annotation>
        <xs:documentation xml:lang="ja">RealAudio</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="WAVE">
      <xs:annotation>
        <xs:documentation xml:lang="ja">RIFF waveform Audio Format</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ZIP">
      <xs:annotation>
        <xs:documentation xml:lang="ja">アーカイブのフォーマット</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PDF">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Portable Document Format</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="WORD">
      <xs:annotation>
        <xs:documentation xml:lang="ja">MS-Word</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EXCEL">
      <xs:annotation>
        <xs:documentation xml:lang="ja">MS-Excel</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TEXT">
      <xs:annotation>
        <xs:documentation xml:lang="ja">テキスト</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="HTML">
      <xs:annotation>
        <xs:documentation xml:lang="ja">HTML</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="XHTML">
      <xs:annotation>
        <xs:documentation xml:lang="ja">XHTML</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CSS">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Cascading Style Sheets</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="XML">
      <xs:annotation>
        <xs:documentation xml:lang="ja">XML</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RSS">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Really Simple Syndication</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="JavaScript">
      <xs:annotation>
        <xs:documentation xml:lang="ja">JavaScript</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="VBScript">
      <xs:annotation>
        <xs:documentation xml:lang="ja">VBScript</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CGI">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Common Gateway Interface</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PHP">
      <xs:annotation>
        <xs:documentation xml:lang="ja">Hypertext Preprocessor</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute @ahp:width
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
Type ahp:lengthType
Properties
content simple
Used by
Source
<xs:attribute name="width" type="ahp:lengthType">
  <xs:annotation>
    <xs:documentation xml:lang="ja"></xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:height
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
高さ
Type ahp:lengthType
Properties
content simple
Used by
Element ahp:page
Source
<xs:attribute name="height" type="ahp:lengthType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">高さ</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:s-id
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
スタイル名
スタイルファイルのstyle/@nameにマッピングされます。
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="s-id" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="ja">スタイル名 スタイルファイルのstyle/@nameにマッピングされます。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:c-id
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
キャラクタID
PDF中のオリジナル文字コード
Type xs:string
Properties
content simple
Used by
Element ahp:run
Source
<xs:attribute name="c-id" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="ja">キャラクタID PDF中のオリジナル文字コード</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:add-space
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
元PDFには無いが、
単語間を表すために挿入した空白
文字間を表すために挿入した空白
Type xs:boolean
Properties
content simple
Used by
Element ahp:run
Source
<xs:attribute name="add-space" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="ja">元PDFには無いが、 単語間を表すために挿入した空白 文字間を表すために挿入した空白</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:page-no
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDF中のページ番号を示します。
この属性は、frame-typeが"image" のahp:frame要素 、ahp:run要素、ahp:bead要素、ahp:destination要素のアトリビュートとして出力されます。
Type xs:positiveInteger
Properties
content simple
Used by
Source
<xs:attribute name="page-no" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDF中のページ番号を示します。 この属性は、frame-typeが"image" のahp:frame要素 、ahp:run要素、ahp:bead要素、ahp:destination要素のアトリビュートとして出力されます。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:str-no
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
この属性は、frame-typeが"image" のframe要素 、run要素に対して、出力されます。
上述の要素がXObjectの要素の場合に、XObjectのストリーム番号が出力されます。
上述の要素がXObjectの要素でない場合は、出力されません。
Type xs:integer
Properties
content simple
Used by
Elements ahp:frame, ahp:run
Source
<xs:attribute name="str-no" type="xs:integer">
  <xs:annotation>
    <xs:documentation xml:lang="ja">この属性は、frame-typeが"image" のframe要素 、run要素に対して、出力されます。 上述の要素がXObjectの要素の場合に、XObjectのストリーム番号が出力されます。 上述の要素がXObjectの要素でない場合は、出力されません。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:ope-no
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
PDF中のオペレーション番号です。
この属性は、frame-typeが"image" のframe要素 、run要素に出力されます。
ope-noが-1の場合は、PDF中には存在しないオぺーレーションであることを示します。
Type xs:integer
Properties
content simple
Used by
Elements ahp:frame, ahp:run
Source
<xs:attribute name="ope-no" type="xs:integer">
  <xs:annotation>
    <xs:documentation xml:lang="ja">PDF中のオペレーション番号です。 この属性は、frame-typeが"image" のframe要素 、run要素に出力されます。 ope-noが-1の場合は、PDF中には存在しないオぺーレーションであることを示します。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:l
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左位置
Type ahp:positionType
Properties
content simple
Used by
Source
<xs:attribute name="l" type="ahp:positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左位置</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:r
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右位置
Type ahp:positionType
Properties
content simple
Used by
Source
<xs:attribute name="r" type="ahp:positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右位置</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:t
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上位置
Type ahp:positionType
Properties
content simple
Used by
Source
<xs:attribute name="t" type="ahp:positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上位置</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:b
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
下位置
Type ahp:positionType
Properties
content simple
Used by
Source
<xs:attribute name="b" type="ahp:positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">下位置</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:writing-mode
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
文字の流れ
ライティングモードを表します。
Type restriction of xs:string
Properties
content simple
Facets
enumeration horizontal
横書き
enumeration vertical
縦書き
Used by
Source
<xs:attribute name="writing-mode">
  <xs:annotation>
    <xs:documentation xml:lang="ja">文字の流れ ライティングモードを表します。</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="horizontal">
        <xs:annotation>
          <xs:documentation xml:lang="ja">横書き</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="vertical">
        <xs:annotation>
          <xs:documentation xml:lang="ja">縦書き</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ahp:start
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
開始位置
Type ahp:positionType
Properties
content simple
Used by
Source
<xs:attribute name="start" type="ahp:positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">開始位置</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:end
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
終了位置
Type ahp:positionType
Properties
content simple
Used by
Source
<xs:attribute name="end" type="ahp:positionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">終了位置</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:file-id
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ファイルID
カタログファイルのcontent/@idにマッピングされます。
Type xs:ID
Properties
content simple
Used by
Element ahp:frame
Source
<xs:attribute name="file-id" type="xs:ID">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ファイルID カタログファイルのcontent/@idにマッピングされます。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:frame-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フレームタイプ
Type restriction of xs:string
Properties
content simple
Facets
enumeration text
テキスト
enumeration table
テーブル
enumeration image
画像
enumeration inline-image
インライン画像
テキスト行中の外字や数式です。
enumeration textbox
テキストボックス
enumeration textbox-table
テキストボックス中のテーブル
enumeration
ページ番号
Used by
Element ahp:frame
Source
<xs:attribute name="frame-type">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フレームタイプ</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="text">
        <xs:annotation>
          <xs:documentation xml:lang="ja">テキスト</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="table">
        <xs:annotation>
          <xs:documentation xml:lang="ja">テーブル</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="image">
        <xs:annotation>
          <xs:documentation xml:lang="ja">画像</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="inline-image">
        <xs:annotation>
          <xs:documentation xml:lang="ja">インライン画像 テキスト行中の外字や数式です。</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="textbox">
        <xs:annotation>
          <xs:documentation xml:lang="ja">テキストボックス</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="textbox-table">
        <xs:annotation>
          <xs:documentation xml:lang="ja">テキストボックス中のテーブル</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="">
        <xs:annotation>
          <xs:documentation xml:lang="ja">ページ番号</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ahp:rotation
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
回転角度
反時計回りです。
Type xs:float
Properties
content simple
Used by
Element ahp:frame
Source
<xs:attribute name="rotation" type="xs:float">
  <xs:annotation>
    <xs:documentation xml:lang="ja">回転角度 反時計回りです。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:flip-horizontal
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左右反転の有無
Type xs:boolean
Properties
content simple
Used by
Element ahp:frame
Source
<xs:attribute name="flip-horizontal" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左右反転の有無</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:flip-vertical
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上下反転の有無
Type xs:boolean
Properties
content simple
Used by
Element ahp:frame
Source
<xs:attribute name="flip-vertical" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上下反転の有無</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:z-order
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
書き順
値の小さなものから大きなものの順で描画されます。
Type xs:integer
Properties
content simple
Used by
Elements ahp:frame, ahp:run
Source
<xs:attribute name="z-order" type="xs:integer">
  <xs:annotation>
    <xs:documentation xml:lang="ja">書き順 値の小さなものから大きなものの順で描画されます。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:changed-space
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
unicodeにマッピングできない場合、空白に変換します。
Type restriction of xs:string
Properties
content simple
Facets
enumeration true
空白に変換しました。
enumeration false
空白に変換していません。
Used by
Element ahp:run
Source
<xs:attribute name="changed-space">
  <xs:annotation>
    <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="ja">空白に変換しました。</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="false">
        <xs:annotation>
          <xs:documentation xml:lang="ja">空白に変換していません。</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ahp:dest
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
宛先
宛先ファイルのdestination/@idにマッピングされます。
Type xs:ID
Properties
content simple
Used by
Element ahp:run
Source
<xs:attribute name="dest" type="xs:ID">
  <xs:annotation>
    <xs:documentation xml:lang="ja">宛先 宛先ファイルのdestination/@idにマッピングされます。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:hlink
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
Type xs:anyURI
Properties
Used by
Source