Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema ahpdfxml_article.xsd
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
アーティクルファイルには、PDF中のthreadを抽出します。
ルート要素はthreadsで子要素はthreadです。
threadは複数のbeadから成り立ちます。
beadは、出現順にチェーンが張られます。
Properties
attribute form default qualified
element form default qualified
Element ahp:threads
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
アーティクルのルート要素
Diagram
Diagram ahpdfxml_article_xsd.tmp#thread
Properties
content complex
Model
Children ahp:thread
Instance
<ahp:threads xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:thread ahp:author="" ahp:create-date="" ahp:creator="" ahp:keyword="" ahp:modify-date="" ahp:subject="" ahp:thread-id="" ahp:title="">{1,unbounded}</ahp:thread>
</ahp:threads>
Source
<xs:element name="threads">
  <xs:annotation>
    <xs:documentation xml:lang="ja">アーティクルのルート要素</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:thread" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ahp:thread
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
アーティクル要素
複数のビーズのチェーンから構成されます。
Diagram
Diagram ahpdfxml_article_xsd.tmp#thread_thread-id ahpdfxml_article_xsd.tmp#thread_title ahpdfxml_article_xsd.tmp#thread_author ahpdfxml_article_xsd.tmp#thread_subject ahpdfxml_article_xsd.tmp#thread_keyword ahpdfxml_article_xsd.tmp#thread_creator ahpdfxml_article_xsd.tmp#thread_create-date ahpdfxml_article_xsd.tmp#thread_modify-date ahpdfxml_article_xsd.tmp#bead
Properties
content complex
Used by
Element ahp:threads
Model
Children ahp:bead
Instance
<ahp:thread ahp:author="" ahp:create-date="" ahp:creator="" ahp:keyword="" ahp:modify-date="" ahp:subject="" ahp:thread-id="" ahp:title="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:bead ahp:b="" ahp:l="" ahp:page-no="" ahp:r="" ahp:t="">{1,unbounded}</ahp:bead>
</ahp:thread>
Attributes
QName Type Use Annotation
ahp:author xs:string optional
著者
ahp:create-date xs:string optional
作成日
ahp:creator xs:string optional
作成者
ahp:keyword xs:string optional
キーワード
ahp:modify-date xs:string optional
更新日
ahp:subject xs:string optional
主題
ahp:thread-id xs:ID required
threadに一意につけられる識別値
ahp:title xs:string required
タイトル
Source
<xs:element name="thread">
  <xs:annotation>
    <xs:documentation xml:lang="ja">アーティクル要素 複数のビーズのチェーンから構成されます。</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:bead" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="thread-id" type="xs:ID" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">threadに一意につけられる識別値</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="title" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">タイトル</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="author" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">著者</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="subject" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">主題</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="keyword" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">キーワード</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creator" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">作成者</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="create-date" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">作成日</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="modify-date" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="ja">更新日</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:bead
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ビーズ要素
Diagram
Diagram ahpdfxml_common_xsd.tmp#page-no ahpdfxml_common_xsd.tmp#l ahpdfxml_common_xsd.tmp#r ahpdfxml_common_xsd.tmp#t ahpdfxml_common_xsd.tmp#b
Properties
content complex
Used by
Element ahp:thread
Attributes
QName Type Use Annotation
ahp:b ahp:positionType required
下位置
ahp:l ahp:positionType required
左位置
ahp:page-no xs:positiveInteger required
PDF中のページ番号を示します。
この属性は、frame-typeが"image" のahp:frame要素 、ahp:run要素、ahp:bead要素、ahp:destination要素のアトリビュートとして出力されます。
ahp:r ahp:positionType required
右位置
ahp:t ahp:positionType required
上位置
Source
<xs:element name="bead">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ビーズ要素</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="ahp:page-no" use="required"/>
    <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>
Attribute ahp:thread / @ahp:thread-id
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
threadに一意につけられる識別値
Type xs:ID
Properties
use required
Used by
Element ahp:thread
Source
<xs:attribute name="thread-id" type="xs:ID" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">threadに一意につけられる識別値</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:title
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
タイトル
Type xs:string
Properties
use required
Used by
Element ahp:thread
Source
<xs:attribute name="title" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">タイトル</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:author
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
著者
Type xs:string
Properties
use optional
Used by
Element ahp:thread
Source
<xs:attribute name="author" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">著者</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:subject
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
主題
Type xs:string
Properties
use optional
Used by
Element ahp:thread
Source
<xs:attribute name="subject" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">主題</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:keyword
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
キーワード
Type xs:string
Properties
use optional
Used by
Element ahp:thread
Source
<xs:attribute name="keyword" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">キーワード</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:creator
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
作成者
Type xs:string
Properties
use optional
Used by
Element ahp:thread
Source
<xs:attribute name="creator" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">作成者</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:create-date
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
作成日
Type xs:string
Properties
use optional
Used by
Element ahp:thread
Source
<xs:attribute name="create-date" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">作成日</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:thread / @ahp:modify-date
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
更新日
Type xs:string
Properties
use optional
Used by
Element ahp:thread
Source
<xs:attribute name="modify-date" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">更新日</xs:documentation>
  </xs:annotation>
</xs:attribute>