Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema ahpdfxml_catalog.xsd
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
カタログファイルは、1個のPDFから変換・抽出されて生成されたファイル群を列挙する構造を持ちます。
ルート要素はcontentsで子要素のcontentが1個のファイルに対応した情報を格納します。
Properties
attribute form default qualified
element form default qualified
Element ahp:contents
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
カタログファイルのルート要素
Diagram
Diagram ahpdfxml_catalog_xsd.tmp#content
Properties
content complex
Model
Children ahp:content
Instance
<ahp:contents xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:content ahp:file-type="" ahp:href="" ahp:id="">{1,unbounded}</ahp:content>
</ahp:contents>
Source
<xs:element name="contents">
  <xs:annotation>
    <xs:documentation xml:lang="ja">カタログファイルのルート要素</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:content" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ahp:content
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
1個のファイルに対応するカタログの要素
Diagram
Diagram ahpdfxml_catalog_xsd.tmp#content_href ahpdfxml_catalog_xsd.tmp#content_file-type ahpdfxml_catalog_xsd.tmp#content_id
Properties
content complex
Used by
Element ahp:contents
Attributes
QName Type Use Annotation
ahp:file-type ahp:fileType required
ファイルのタイプ
ahp:href xs:string required
ファイルの相対パス
ahp:id xs:ID required
ファイルに一意につけられる識別値
Source
<xs:element name="content">
  <xs:annotation>
    <xs:documentation xml:lang="ja">1個のファイルに対応するカタログの要素</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="href" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ファイルの相対パス</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="file-type" type="ahp:fileType" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ファイルのタイプ</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="id" type="xs:ID" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ファイルに一意につけられる識別値</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Attribute ahp:content / @ahp:href
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ファイルの相対パス
Type xs:string
Properties
use required
Used by
Element ahp:content
Source
<xs:attribute name="href" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ファイルの相対パス</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:content / @ahp:file-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ファイルのタイプ
Type ahp:fileType
Properties
use required
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
Element ahp:content
Source
<xs:attribute name="file-type" type="ahp:fileType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ファイルのタイプ</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:content / @ahp:id
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ファイルに一意につけられる識別値
Type xs:ID
Properties
use required
Used by
Element ahp:content
Source
<xs:attribute name="id" type="xs:ID" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ファイルに一意につけられる識別値</xs:documentation>
  </xs:annotation>
</xs:attribute>