Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Type Alternatives
Used by
Included schema ahpdfxml_style.xsd
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Properties
attribute form default qualified
element form default qualified
Element ahp:styles
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
スタイルのルート要素
段落スタイル、文字スタイル、セルスタイル等を定義します。
標準段落スタイル"standard-p"と標準テキストスタイル"standard-text"は必ず存在します。
Diagram
Diagram ahpdfxml_style_xsd.tmp#style
Properties
content complex
Model
Children ahp:style
Instance
<ahp:styles xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:style>{1,unbounded}</ahp:style>
</ahp:styles>
Source
<xs:element name="styles">
  <xs:annotation>
    <xs:documentation xml:lang="ja">スタイルのルート要素 段落スタイル、文字スタイル、セルスタイル等を定義します。 標準段落スタイル"standard-p"と標準テキストスタイル"standard-text"は必ず存在します。</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:style" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ahp:style
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
スタイル
スタイルはstyle/@style-typeにより構造が異なります。
Diagram
Diagram
Type Alternatives
Type Test XPath default namespace Annotation
ahp:stylePageType string(@style-type) eq 'page'
ahp:styleSectionType string(@style-type) eq 'section'
ahp:styleFrameType string(@style-type) eq 'frame'
ahp:stylePType string(@style-type) eq 'p'
ahp:styleRunType string(@style-type) eq 'run'
ahp:styleTableType string(@style-type) eq 'table'
ahp:styleRowType string(@style-type) eq 'row'
ahp:styleCellType string(@style-type) eq 'cell'
ahp:stylePageNoType string(@style-type) eq ''
Used by
Element ahp:styles
Source
<xs:element name="style" type="xs:anyType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">スタイル スタイルはstyle/@style-typeにより構造が異なります。</xs:documentation>
  </xs:annotation>
  <xs:alternative test="string(@style-type) eq 'page'" type="ahp:stylePageType"/>
  <xs:alternative test="string(@style-type) eq 'section'" type="ahp:styleSectionType"/>
  <xs:alternative test="string(@style-type) eq 'frame'" type="ahp:styleFrameType"/>
  <xs:alternative test="string(@style-type) eq 'p'" type="ahp:stylePType"/>
  <xs:alternative test="string(@style-type) eq 'run'" type="ahp:styleRunType"/>
  <xs:alternative test="string(@style-type) eq 'table'" type="ahp:styleTableType"/>
  <xs:alternative test="string(@style-type) eq 'row'" type="ahp:styleRowType"/>
  <xs:alternative test="string(@style-type) eq 'cell'" type="ahp:styleCellType"/>
  <xs:alternative test="string(@style-type) eq ''" type="ahp:stylePageNoType"/>
</xs:element>
Element ahp:border-t
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
上ボーダー
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Model
Children ahp:color
Instance
<ahp:border-t ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:border-t>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="border-t" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">上ボーダー</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:color
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
前景色
Diagram
Diagram ahpdfxml_style_xsd.tmp#colorElemType_c-name ahpdfxml_style_xsd.tmp#colorElemType_rgb ahpdfxml_style_xsd.tmp#colorElemType_c-original ahpdfxml_style_xsd.tmp#colorElemType
Type ahp:colorElemType
Properties
content complex
Used by
Element ahp:font
Complex Type ahp:borderElemType
Attributes
QName Type Use Annotation
ahp:c-name xs:string optional
カラー辞書の名前
カラースペースがRGB以外の場合は必須。
ahp:c-original xs:string optional
色の値の配列
(xs:floatのスペース区切り)
カラースペースがRGB以外の場合は必須。
ahp:rgb ahp:rgbType required
RGB値
Source
<xs:element name="color" type="ahp:colorElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">前景色</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:border-b
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
下ボーダー
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Model
Children ahp:color
Instance
<ahp:border-b ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:border-b>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="border-b" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">下ボーダー</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:border-l
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
左ボーダー
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Model
Children ahp:color
Instance
<ahp:border-l ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:border-l>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="border-l" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">左ボーダー</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:border-r
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右ボーダー
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Model
Children ahp:color
Instance
<ahp:border-r ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:border-r>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="border-r" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右ボーダー</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:mesh
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
網掛け
Diagram
Diagram ahpdfxml_style_xsd.tmp#meshElemType_mesh-type ahpdfxml_style_xsd.tmp#meshElemType_mesh-depth ahpdfxml_style_xsd.tmp#mesh-color ahpdfxml_style_xsd.tmp#mesh-back-color ahpdfxml_style_xsd.tmp#meshElemType
Type ahp:meshElemType
Properties
content complex
Used by
Model
Children ahp:mesh-back-color, ahp:mesh-color
Instance
<ahp:mesh ahp:mesh-depth="" ahp:mesh-type="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:mesh-color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:mesh-color>
  <ahp:mesh-back-color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:mesh-back-color>
</ahp:mesh>
Attributes
QName Type Use Annotation
ahp:mesh-depth ahp:percentWithZeroType required
網掛けの深度 0-100
ahp:mesh-type ahp:meshType required
網掛けの種類
Source
<xs:element name="mesh" type="ahp:meshElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">網掛け</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:mesh-color
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
網掛け色
Diagram
Diagram ahpdfxml_style_xsd.tmp#colorElemType_c-name ahpdfxml_style_xsd.tmp#colorElemType_rgb ahpdfxml_style_xsd.tmp#colorElemType_c-original ahpdfxml_style_xsd.tmp#colorElemType
Type ahp:colorElemType
Properties
content complex
Used by
Complex Type ahp:meshElemType
Attributes
QName Type Use Annotation
ahp:c-name xs:string optional
カラー辞書の名前
カラースペースがRGB以外の場合は必須。
ahp:c-original xs:string optional
色の値の配列
(xs:floatのスペース区切り)
カラースペースがRGB以外の場合は必須。
ahp:rgb ahp:rgbType required
RGB値
Source
<xs:element name="mesh-color" type="ahp:colorElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">網掛け色</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:mesh-back-color
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
網掛けの背景色
Diagram
Diagram ahpdfxml_style_xsd.tmp#colorElemType_c-name ahpdfxml_style_xsd.tmp#colorElemType_rgb ahpdfxml_style_xsd.tmp#colorElemType_c-original ahpdfxml_style_xsd.tmp#colorElemType
Type ahp:colorElemType
Properties
content complex
Used by
Complex Type ahp:meshElemType
Attributes
QName Type Use Annotation
ahp:c-name xs:string optional
カラー辞書の名前
カラースペースがRGB以外の場合は必須。
ahp:c-original xs:string optional
色の値の配列
(xs:floatのスペース区切り)
カラースペースがRGB以外の場合は必須。
ahp:rgb ahp:rgbType required
RGB値
Source
<xs:element name="mesh-back-color" type="ahp:colorElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">網掛けの背景色</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:font
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フォント情報
Diagram
Diagram ahpdfxml_style_xsd.tmp#font_name ahpdfxml_style_xsd.tmp#font_encoding ahpdfxml_style_xsd.tmp#font_pitch ahpdfxml_style_xsd.tmp#font_size ahpdfxml_style_xsd.tmp#font_horizontal-percent ahpdfxml_style_xsd.tmp#font_vertical-percent ahpdfxml_style_xsd.tmp#font_space-character ahpdfxml_style_xsd.tmp#font_bold ahpdfxml_style_xsd.tmp#font_italic ahpdfxml_style_xsd.tmp#font_serif ahpdfxml_style_xsd.tmp#font_rotation ahpdfxml_style_xsd.tmp#font_invisible ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#back-color
Properties
content complex
Used by
Model
Children ahp:back-color, ahp:color
Instance
<ahp:font ahp:bold="false" ahp:encoding="" ahp:horizontal-percent="100" ahp:invisible="false" ahp:italic="false" ahp:name="" ahp:pitch="" ahp:rotation="" ahp:serif="false" ahp:size="" ahp:space-character="0" ahp:vertical-percent="100" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
  <ahp:back-color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:back-color>
</ahp:font>
Attributes
QName Type Default Use Annotation
ahp:bold xs:boolean false optional
太字
ahp:encoding xs:string required
エンコーディング
ahp:horizontal-percent ahp:percentType 100 optional
横倍率
ahp:invisible xs:boolean false optional
目に見えない
ahp:italic xs:boolean false optional
斜体
ahp:name xs:string required
フォントファミリー
ahp:pitch restriction of xs:string required
ピッチ
ahp:rotation xs:float optional
回転角度
反時計回りです。
ahp:serif xs:boolean false optional
セリフ書体
ahp:size ahp:lengthType optional
フォントサイズ
ahp:space-character ahp:lengthType 0 optional
文字後の空白量
ahp:vertical-percent ahp:percentType 100 optional
縦倍率
Source
<xs:element name="font">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フォント情報</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ahp:color" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="ja">前景色</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ahp:back-color" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="ja">背景色</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">フォントファミリー</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="encoding" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">エンコーディング</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pitch" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ピッチ</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="variable">
            <xs:annotation>
              <xs:documentation xml:lang="ja">プロポーショナル</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="fixed">
            <xs:annotation>
              <xs:documentation xml:lang="ja">モノスペース</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="size" type="ahp:lengthType">
      <xs:annotation>
        <xs:documentation xml:lang="ja">フォントサイズ</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="horizontal-percent" type="ahp:percentType" default="100">
      <xs:annotation>
        <xs:documentation xml:lang="ja">横倍率</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="vertical-percent" type="ahp:percentType" default="100">
      <xs:annotation>
        <xs:documentation xml:lang="ja">縦倍率</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="space-character" type="ahp:lengthType" default="0">
      <xs:annotation>
        <xs:documentation xml:lang="ja">文字後の空白量</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="bold" type="xs:boolean" default="false">
      <xs:annotation>
        <xs:documentation xml:lang="ja">太字</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="italic" type="xs:boolean" default="false">
      <xs:annotation>
        <xs:documentation xml:lang="ja">斜体</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="serif" type="xs:boolean" default="false">
      <xs:annotation>
        <xs:documentation xml:lang="ja">セリフ書体</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rotation" type="xs:float">
      <xs:annotation>
        <xs:documentation xml:lang="ja">回転角度 反時計回りです。</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="invisible" type="xs:boolean" default="false">
      <xs:annotation>
        <xs:documentation xml:lang="ja">目に見えない</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ahp:back-color
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
背景色
Diagram
Diagram ahpdfxml_style_xsd.tmp#colorElemType_c-name ahpdfxml_style_xsd.tmp#colorElemType_rgb ahpdfxml_style_xsd.tmp#colorElemType_c-original ahpdfxml_style_xsd.tmp#colorElemType
Type ahp:colorElemType
Properties
content complex
Used by
Element ahp:font
Attributes
QName Type Use Annotation
ahp:c-name xs:string optional
カラー辞書の名前
カラースペースがRGB以外の場合は必須。
ahp:c-original xs:string optional
色の値の配列
(xs:floatのスペース区切り)
カラースペースがRGB以外の場合は必須。
ahp:rgb ahp:rgbType required
RGB値
Source
<xs:element name="back-color" type="ahp:colorElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">背景色</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:stroke
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
取り消し線
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Model
Children ahp:color
Instance
<ahp:stroke ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:stroke>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="stroke" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">取り消し線</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:list-text-result
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
結果の段落記号
Diagram
Diagram
Type xs:boolean
Properties
content simple
default false
Used by
Source
<xs:element name="list-text-result" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">結果の段落記号</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:border-ru
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右上がり斜め線
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Complex Type ahp:styleCellType
Model
Children ahp:color
Instance
<ahp:border-ru ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:border-ru>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="border-ru" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右上がり斜め線</xs:documentation>
  </xs:annotation>
</xs:element>
Element ahp:border-rd
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
右下がり斜め線
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color ahpdfxml_style_xsd.tmp#borderElemType
Type ahp:borderElemType
Properties
content complex
Used by
Complex Type ahp:styleCellType
Model
Children ahp:color
Instance
<ahp:border-rd ahp:border-type="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
  <ahp:color ahp:c-name="" ahp:c-original="" ahp:rgb="">{0,1}</ahp:color>
</ahp:border-rd>
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:element name="border-rd" type="ahp:borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">右下がり斜め線</xs:documentation>
  </xs:annotation>
</xs:element>
Simple Type ahp:styleType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration page
ページスタイル
enumeration section
セクションスタイル
enumeration frame
フレームスタイル
enumeration p
段落スタイル
enumeration run
テキストスタイル
enumeration table
テーブルスタイル
enumeration row
表の行スタイル
enumeration cell
セルスタイル
enumeration
ページ番号スタイル
Used by
Source
<xs:simpleType name="styleType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="page">
      <xs:annotation>
        <xs:documentation xml:lang="ja">ページスタイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="section">
      <xs:annotation>
        <xs:documentation xml:lang="ja">セクションスタイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="frame">
      <xs:annotation>
        <xs:documentation xml:lang="ja">フレームスタイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="p">
      <xs:annotation>
        <xs:documentation xml:lang="ja">段落スタイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="run">
      <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="row">
      <xs:annotation>
        <xs:documentation xml:lang="ja">表の行スタイル</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cell">
      <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>
Complex Type ahp:stylePageType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ページのスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="stylePageType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ページのスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ahp:border-t" minOccurs="0"/>
    <xs:element ref="ahp:border-b" minOccurs="0"/>
    <xs:element ref="ahp:border-l" minOccurs="0"/>
    <xs:element ref="ahp:border-r" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr">
  </xs:attributeGroup>
</xs:complexType>
Complex Type ahp:borderElemType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ボーダー要素型
Diagram
Diagram ahpdfxml_style_xsd.tmp#borderElemType_border-type ahpdfxml_style_xsd.tmp#borderElemType_width ahpdfxml_style_xsd.tmp#color
Used by
Model
Children ahp:color
Attributes
QName Type Use Annotation
ahp:border-type ahp:borderType required
ボーダーの型
ahp:width ahp:lengthType required
ボーダーの幅
Source
<xs:complexType name="borderElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ボーダー要素型</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ahp:color" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="border-type" type="ahp:borderType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">ボーダーの型</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="width" type="ahp:lengthType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">ボーダーの幅</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Complex Type ahp:colorElemType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
カラー要素
属性rgbは必ず出力されます。
カラースペースがRGB以外の場合は、オリジナルのカラー値をrgbに変換して出力します。
RGBしか解釈できない場合は、rgb値を採用してください。
カラー辞書で指定されたカラースペースが解釈できる場合は、c-original値を採用してください。
Diagram
Diagram ahpdfxml_style_xsd.tmp#colorElemType_c-name ahpdfxml_style_xsd.tmp#colorElemType_rgb ahpdfxml_style_xsd.tmp#colorElemType_c-original
Used by
Attributes
QName Type Use Annotation
ahp:c-name xs:string optional
カラー辞書の名前
カラースペースがRGB以外の場合は必須。
ahp:c-original xs:string optional
色の値の配列
(xs:floatのスペース区切り)
カラースペースがRGB以外の場合は必須。
ahp:rgb ahp:rgbType required
RGB値
Source
<xs:complexType name="colorElemType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">カラー要素 属性rgbは必ず出力されます。 カラースペースがRGB以外の場合は、オリジナルのカラー値をrgbに変換して出力します。 RGBしか解釈できない場合は、rgb値を採用してください。 カラー辞書で指定されたカラースペースが解釈できる場合は、c-original値を採用してください。</xs:documentation>
  </xs:annotation>
  <xs:attribute name="c-name" type="xs:string" default="">
    <xs:annotation>
      <xs:documentation xml:lang="ja">カラー辞書の名前 カラースペースがRGB以外の場合は必須。</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rgb" type="ahp:rgbType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">RGB値</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="c-original" type="xs:string">
    <xs:annotation>
      <xs:documentation xml:lang="ja">色の値の配列 (xs:floatのスペース区切り) カラースペースがRGB以外の場合は必須。</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Simple Type ahp:rgbType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
RGB型
Diagram
Diagram
Type restriction of xs:string
Facets
pattern #[0-9A-Fa-f]{6}
Used by
Source
<xs:simpleType name="rgbType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">RGB型</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="#[0-9A-Fa-f]{6}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ahp:borderType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
罫線タイプ
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration none
罫線なし
enumeration single
一重線
enumeration double
二重線
enumeration wave
波線
enumeration dot
点線
enumeration dash
破線
Used by
Source
<xs:simpleType name="borderType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">罫線タイプ</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="none">
      <xs:annotation>
        <xs:documentation xml:lang="ja">罫線なし</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="single">
      <xs:annotation>
        <xs:documentation xml:lang="ja">一重線</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="double">
      <xs:annotation>
        <xs:documentation xml:lang="ja">二重線</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="wave">
      <xs:annotation>
        <xs:documentation xml:lang="ja">波線</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dot">
      <xs:annotation>
        <xs:documentation xml:lang="ja">点線</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dash">
      <xs:annotation>
        <xs:documentation xml:lang="ja">破線</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Complex Type ahp:styleSectionType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セクションのスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="styleSectionType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セクションのスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ahp:border-t" minOccurs="0"/>
    <xs:element ref="ahp:border-b" minOccurs="0"/>
    <xs:element ref="ahp:border-l" minOccurs="0"/>
    <xs:element ref="ahp:border-r" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
</xs:complexType>
Complex Type ahp:styleFrameType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フレームのスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="styleFrameType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フレームのスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ahp:border-t" minOccurs="0"/>
    <xs:element ref="ahp:border-b" minOccurs="0"/>
    <xs:element ref="ahp:border-l" minOccurs="0"/>
    <xs:element ref="ahp:border-r" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
</xs:complexType>
Complex Type ahp:stylePType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段落のスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#stylePType_indent-first ahpdfxml_style_xsd.tmp#stylePType_indent-start ahpdfxml_style_xsd.tmp#stylePType_indent-end ahpdfxml_style_xsd.tmp#stylePType_line-height ahpdfxml_style_xsd.tmp#stylePType_line-distance ahpdfxml_style_xsd.tmp#stylePType_space-before ahpdfxml_style_xsd.tmp#stylePType_space-after ahpdfxml_style_xsd.tmp#stylePType_align ahpdfxml_style_xsd.tmp#stylePType_list-override ahpdfxml_style_xsd.tmp#stylePType_list-level ahpdfxml_style_xsd.tmp#mesh ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t, ahp:mesh
Attributes
QName Type Default Use Annotation
ahp:align ahp:alignType justify optional
揃え
ahp:indent-end ahp:lengthType 0 optional
終了インデント
横書きの場合はフレームの右端からの距離
縦書きの場合はフレームの下端からの距離
ahp:indent-first ahp:lengthType 0 optional
先頭行インデント
横書きの場合はフレームの左端からの距離
縦書きの場合はフレームの上端からの距離
ahp:indent-start ahp:lengthType 0 optional
開始インデント
横書きの場合はフレームの左端からの距離
縦書きの場合はフレームの上端からの距離
ahp:line-distance ahp:lengthType required
行と行の間の距離
ahp:line-height ahp:lengthType required
行の高さ
ahp:list-level xs:positiveInteger 1 optional
リストのレベル(*1)
ahp:list-override xs:string optional
リストの定義名(*1)
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:space-after ahp:lengthType 0 optional
段落後空白
ahp:space-before ahp:lengthType 0 optional
段落前空白
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="stylePType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段落のスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:mesh" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:border-t" minOccurs="0"/>
      <xs:element ref="ahp:border-b" minOccurs="0"/>
      <xs:element ref="ahp:border-l" minOccurs="0"/>
      <xs:element ref="ahp:border-r" minOccurs="0"/>
    </xs:sequence>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
  <xs:attribute name="indent-first" type="ahp:lengthType" default="0">
    <xs:annotation>
      <xs:documentation xml:lang="ja">先頭行インデント 横書きの場合はフレームの左端からの距離 縦書きの場合はフレームの上端からの距離</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="indent-start" type="ahp:lengthType" default="0">
    <xs:annotation>
      <xs:documentation xml:lang="ja">開始インデント 横書きの場合はフレームの左端からの距離 縦書きの場合はフレームの上端からの距離</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="indent-end" type="ahp:lengthType" default="0">
    <xs:annotation>
      <xs:documentation xml:lang="ja">終了インデント 横書きの場合はフレームの右端からの距離 縦書きの場合はフレームの下端からの距離</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="line-height" type="ahp:lengthType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">行の高さ</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="line-distance" type="ahp:lengthType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">行と行の間の距離</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="space-before" type="ahp:lengthType" default="0">
    <xs:annotation>
      <xs:documentation xml:lang="ja">段落前空白</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="space-after" type="ahp:lengthType" default="0">
    <xs:annotation>
      <xs:documentation xml:lang="ja">段落後空白</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="align" type="ahp:alignType" default="justify">
    <xs:annotation>
      <xs:documentation xml:lang="ja">揃え</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="list-override" type="xs:string" default="">
    <xs:annotation>
      <xs:documentation xml:lang="ja">リストの定義名(*1)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="list-level" type="xs:positiveInteger" default="1">
    <xs:annotation>
      <xs:documentation xml:lang="ja">リストのレベル(*1)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Complex Type ahp:meshElemType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Diagram
Diagram ahpdfxml_style_xsd.tmp#meshElemType_mesh-type ahpdfxml_style_xsd.tmp#meshElemType_mesh-depth ahpdfxml_style_xsd.tmp#mesh-color ahpdfxml_style_xsd.tmp#mesh-back-color
Used by
Element ahp:mesh
Model
Children ahp:mesh-back-color, ahp:mesh-color
Attributes
QName Type Use Annotation
ahp:mesh-depth ahp:percentWithZeroType required
網掛けの深度 0-100
ahp:mesh-type ahp:meshType required
網掛けの種類
Source
<xs:complexType name="meshElemType">
  <xs:sequence>
    <xs:element ref="ahp:mesh-color" minOccurs="0"/>
    <xs:element ref="ahp:mesh-back-color" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="mesh-type" type="ahp:meshType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">網掛けの種類</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mesh-depth" type="ahp:percentWithZeroType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">網掛けの深度 0-100</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Simple Type ahp:meshType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
網掛けの種類
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration percent
パーセント
enumeration verticalstripe
水平ストライプ
enumeration horizontalstripe
垂直ストライプ
enumeration cross
クロス
Used by
Source
<xs:simpleType name="meshType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">網掛けの種類</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="percent">
      <xs:annotation>
        <xs:documentation xml:lang="ja">パーセント</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="verticalstripe">
      <xs:annotation>
        <xs:documentation xml:lang="ja">水平ストライプ</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="horizontalstripe">
      <xs:annotation>
        <xs:documentation xml:lang="ja">垂直ストライプ</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cross">
      <xs:annotation>
        <xs:documentation xml:lang="ja">クロス</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type ahp:percentWithZeroType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
パーセント値(0を含む)
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 100
minInclusive 0
Used by
Source
<xs:simpleType name="percentWithZeroType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">パーセント値(0を含む)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ahp:alignType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段落の揃えのタイプ
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration start
開始側揃え
enumeration end
終了揃え
enumeration center
中央揃え
enumeration justify
両端揃え
Used by
Source
<xs:simpleType name="alignType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段落の揃えのタイプ</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="start">
      <xs:annotation>
        <xs:documentation xml:lang="ja">開始側揃え</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="end">
      <xs:annotation>
        <xs:documentation xml:lang="ja">終了揃え</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="center">
      <xs:annotation>
        <xs:documentation xml:lang="ja">中央揃え</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="justify">
      <xs:annotation>
        <xs:documentation xml:lang="ja">両端揃え</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Complex Type ahp:styleRunType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
テキストのスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#mesh ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r ahpdfxml_style_xsd.tmp#font ahpdfxml_style_xsd.tmp#stroke ahpdfxml_style_xsd.tmp#list-text-result
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t, ahp:font, ahp:list-text-result, ahp:mesh, ahp:stroke
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="styleRunType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">テキストのスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:mesh" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:border-t" minOccurs="0"/>
      <xs:element ref="ahp:border-b" minOccurs="0"/>
      <xs:element ref="ahp:border-l" minOccurs="0"/>
      <xs:element ref="ahp:border-r" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:font" minOccurs="0"/>
      <xs:element ref="ahp:stroke" minOccurs="0"/>
      <xs:element ref="ahp:list-text-result" minOccurs="0"/>
    </xs:sequence>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
</xs:complexType>
Simple Type ahp:percentType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
パーセント値(0を含まない)
Diagram
Diagram ahpdfxml_style_xsd.tmp#percentWithZeroType
Type restriction of ahp:percentWithZeroType
Type hierarchy
Facets
maxInclusive 100
minInclusive 1
Used by
Source
<xs:simpleType name="percentType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">パーセント値(0を含まない)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="ahp:percentWithZeroType">
    <xs:minInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ahp:styleTableType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
テーブルのスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#mesh ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t, ahp:mesh
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="styleTableType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">テーブルのスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:mesh" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:border-t" minOccurs="0"/>
      <xs:element ref="ahp:border-b" minOccurs="0"/>
      <xs:element ref="ahp:border-l" minOccurs="0"/>
      <xs:element ref="ahp:border-r" minOccurs="0"/>
    </xs:sequence>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
</xs:complexType>
Complex Type ahp:styleRowType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
テーブルの行のスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#mesh ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t, ahp:mesh
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:complexType name="styleRowType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">テーブルの行のスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:mesh" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:border-t" minOccurs="0"/>
      <xs:element ref="ahp:border-b" minOccurs="0"/>
      <xs:element ref="ahp:border-l" minOccurs="0"/>
      <xs:element ref="ahp:border-r" minOccurs="0"/>
    </xs:sequence>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
</xs:complexType>
Complex Type ahp:styleCellType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
テーブルのセルのスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr ahpdfxml_style_xsd.tmp#styleCellType_align ahpdfxml_style_xsd.tmp#vertical-align ahpdfxml_style_xsd.tmp#data-type ahpdfxml_style_xsd.tmp#mesh ahpdfxml_style_xsd.tmp#border-t ahpdfxml_style_xsd.tmp#border-b ahpdfxml_style_xsd.tmp#border-l ahpdfxml_style_xsd.tmp#border-r ahpdfxml_style_xsd.tmp#border-ru ahpdfxml_style_xsd.tmp#border-rd
Model
Children ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-rd, ahp:border-ru, ahp:border-t, ahp:mesh
Attributes
QName Type Default Use Annotation
ahp:align ahp:alignType justify optional
セルの横方向の揃え
ahp:data-type restriction of xs:string optional
セルのデータタイプ
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
ahp:vertical-align restriction of xs:string optional
セルの縦揃え
Source
<xs:complexType name="styleCellType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">テーブルのセルのスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:mesh" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ahp:border-t" minOccurs="0"/>
      <xs:element ref="ahp:border-b" minOccurs="0"/>
      <xs:element ref="ahp:border-l" minOccurs="0"/>
      <xs:element ref="ahp:border-r" minOccurs="0"/>
      <xs:element ref="ahp:border-ru" minOccurs="0"/>
      <xs:element ref="ahp:border-rd" minOccurs="0"/>
    </xs:sequence>
  </xs:sequence>
  <xs:attributeGroup ref="ahp:styleCommonAttr"/>
  <xs:attribute name="align" type="ahp:alignType" default="justify">
    <xs:annotation>
      <xs:documentation xml:lang="ja">セルの横方向の揃え</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="ahp:vertical-align"/>
  <xs:attribute ref="ahp:data-type"/>
</xs:complexType>
Complex Type ahp:stylePageNoType
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ページ番号のスタイルタイプ
Diagram
Diagram ahpdfxml_style_xsd.tmp#stylePageNoType_start-no ahpdfxml_style_xsd.tmp#stylePageNoType_no-type ahpdfxml_style_xsd.tmp#stylePageNoType_no-format ahpdfxml_style_xsd.tmp#font ahpdfxml_style_xsd.tmp#stroke ahpdfxml_style_xsd.tmp#list-text-result
Model
Children ahp:font, ahp:list-text-result, ahp:stroke
Attributes
QName Type Default Use Annotation
ahp:no-format restriction of xs:string optional
添え字
ahp:no-type restriction of xs:string 123 optional
番号の種類
ahp:start-no xs:positiveInteger optional
開始番号
Source
<xs:complexType name="stylePageNoType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ページ番号のスタイルタイプ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ahp:font" minOccurs="0"/>
    <xs:element ref="ahp:stroke" minOccurs="0"/>
    <xs:element ref="ahp:list-text-result" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="start-no" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation xml:lang="ja">開始番号</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="no-type" default="123">
    <xs:annotation>
      <xs:documentation xml:lang="ja">番号の種類</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="123"/>
        <xs:enumeration value="①②③"/>
        <xs:enumeration value="一二三"/>
        <xs:enumeration value="あいうえお"/>
        <xs:enumeration value="アイウエオ"/>
        <xs:enumeration value="ABC"/>
        <xs:enumeration value="abc"/>
        <xs:enumeration value="ⅠⅡⅢ"/>
        <xs:enumeration value="壱弐参"/>
        <xs:enumeration value="ⅰⅱⅲ"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="no-format" default="">
    <xs:annotation>
      <xs:documentation xml:lang="ja">添え字</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="-n-"/>
        <xs:enumeration value="(n)"/>
        <xs:enumeration value=""/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Attribute ahp:styleCommonAttr / @ahp:name
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
スタイル名
Type xs:string
Properties
use required
Used by
Attribute Group ahp:styleCommonAttr
Source
<xs:attribute name="name" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">スタイル名</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:styleCommonAttr / @ahp:parent
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
継承元スタイル名
""の場合はなし。
Type xs:string
Properties
use optional
Used by
Attribute Group ahp:styleCommonAttr
Source
<xs:attribute name="parent" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="ja">継承元スタイル名 ""の場合はなし。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:styleCommonAttr / @ahp:style-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
スタイルの種類
Type ahp:styleType
Properties
use required
Facets
enumeration page
ページスタイル
enumeration section
セクションスタイル
enumeration frame
フレームスタイル
enumeration p
段落スタイル
enumeration run
テキストスタイル
enumeration table
テーブルスタイル
enumeration row
表の行スタイル
enumeration cell
セルスタイル
enumeration
ページ番号スタイル
Used by
Attribute Group ahp:styleCommonAttr
Source
<xs:attribute name="style-type" type="ahp:styleType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">スタイルの種類</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:colorElemType / @ahp:c-name
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
カラー辞書の名前
カラースペースがRGB以外の場合は必須。
Type xs:string
Properties
default
Used by
Complex Type ahp:colorElemType
Source
<xs:attribute name="c-name" type="xs:string" default="">
  <xs:annotation>
    <xs:documentation xml:lang="ja">カラー辞書の名前 カラースペースがRGB以外の場合は必須。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:colorElemType / @ahp:rgb
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
RGB値
Type ahp:rgbType
Properties
use required
Facets
pattern #[0-9A-Fa-f]{6}
Used by
Complex Type ahp:colorElemType
Source
<xs:attribute name="rgb" type="ahp:rgbType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">RGB値</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:colorElemType / @ahp:c-original
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
色の値の配列
(xs:floatのスペース区切り)
カラースペースがRGB以外の場合は必須。
Type xs:string
Properties
content simple
Used by
Complex Type ahp:colorElemType
Source
<xs:attribute name="c-original" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="ja">色の値の配列 (xs:floatのスペース区切り) カラースペースがRGB以外の場合は必須。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:borderElemType / @ahp:border-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ボーダーの型
Type ahp:borderType
Properties
use required
Facets
enumeration none
罫線なし
enumeration single
一重線
enumeration double
二重線
enumeration wave
波線
enumeration dot
点線
enumeration dash
破線
Used by
Complex Type ahp:borderElemType
Source
<xs:attribute name="border-type" type="ahp:borderType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ボーダーの型</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:borderElemType / @ahp:width
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ボーダーの幅
Type ahp:lengthType
Properties
use required
Used by
Complex Type ahp:borderElemType
Source
<xs:attribute name="width" type="ahp:lengthType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ボーダーの幅</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:meshElemType / @ahp:mesh-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
網掛けの種類
Type ahp:meshType
Properties
use required
Facets
enumeration percent
パーセント
enumeration verticalstripe
水平ストライプ
enumeration horizontalstripe
垂直ストライプ
enumeration cross
クロス
Used by
Complex Type ahp:meshElemType
Source
<xs:attribute name="mesh-type" type="ahp:meshType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">網掛けの種類</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:meshElemType / @ahp:mesh-depth
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
網掛けの深度 0-100
Type ahp:percentWithZeroType
Properties
use required
Facets
maxInclusive 100
minInclusive 0
Used by
Complex Type ahp:meshElemType
Source
<xs:attribute name="mesh-depth" type="ahp:percentWithZeroType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">網掛けの深度 0-100</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:indent-first
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
先頭行インデント
横書きの場合はフレームの左端からの距離
縦書きの場合はフレームの上端からの距離
Type ahp:lengthType
Properties
default 0
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="indent-first" type="ahp:lengthType" default="0">
  <xs:annotation>
    <xs:documentation xml:lang="ja">先頭行インデント 横書きの場合はフレームの左端からの距離 縦書きの場合はフレームの上端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:indent-start
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
開始インデント
横書きの場合はフレームの左端からの距離
縦書きの場合はフレームの上端からの距離
Type ahp:lengthType
Properties
default 0
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="indent-start" type="ahp:lengthType" default="0">
  <xs:annotation>
    <xs:documentation xml:lang="ja">開始インデント 横書きの場合はフレームの左端からの距離 縦書きの場合はフレームの上端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:indent-end
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
終了インデント
横書きの場合はフレームの右端からの距離
縦書きの場合はフレームの下端からの距離
Type ahp:lengthType
Properties
default 0
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="indent-end" type="ahp:lengthType" default="0">
  <xs:annotation>
    <xs:documentation xml:lang="ja">終了インデント 横書きの場合はフレームの右端からの距離 縦書きの場合はフレームの下端からの距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:line-height
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
行の高さ
Type ahp:lengthType
Properties
use required
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="line-height" type="ahp:lengthType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">行の高さ</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:line-distance
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
行と行の間の距離
Type ahp:lengthType
Properties
use required
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="line-distance" type="ahp:lengthType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">行と行の間の距離</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:space-before
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段落前空白
Type ahp:lengthType
Properties
default 0
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="space-before" type="ahp:lengthType" default="0">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段落前空白</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:space-after
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
段落後空白
Type ahp:lengthType
Properties
default 0
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="space-after" type="ahp:lengthType" default="0">
  <xs:annotation>
    <xs:documentation xml:lang="ja">段落後空白</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:align
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
揃え
Type ahp:alignType
Properties
default justify
Facets
enumeration start
開始側揃え
enumeration end
終了揃え
enumeration center
中央揃え
enumeration justify
両端揃え
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="align" type="ahp:alignType" default="justify">
  <xs:annotation>
    <xs:documentation xml:lang="ja">揃え</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:list-override
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
リストの定義名(*1)
Type xs:string
Properties
default
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="list-override" type="xs:string" default="">
  <xs:annotation>
    <xs:documentation xml:lang="ja">リストの定義名(*1)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePType / @ahp:list-level
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
リストのレベル(*1)
Type xs:positiveInteger
Properties
default 1
Used by
Complex Type ahp:stylePType
Source
<xs:attribute name="list-level" type="xs:positiveInteger" default="1">
  <xs:annotation>
    <xs:documentation xml:lang="ja">リストのレベル(*1)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:name
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フォントファミリー
Type xs:string
Properties
use required
Used by
Element ahp:font
Source
<xs:attribute name="name" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フォントファミリー</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:encoding
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
エンコーディング
Type xs:string
Properties
use required
Used by
Element ahp:font
Source
<xs:attribute name="encoding" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">エンコーディング</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:pitch
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
ピッチ
Type restriction of xs:string
Properties
use required
Facets
enumeration variable
プロポーショナル
enumeration fixed
モノスペース
Used by
Element ahp:font
Source
<xs:attribute name="pitch" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="ja">ピッチ</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="variable">
        <xs:annotation>
          <xs:documentation xml:lang="ja">プロポーショナル</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fixed">
        <xs:annotation>
          <xs:documentation xml:lang="ja">モノスペース</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute ahp:font / @ahp:size
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
フォントサイズ
Type ahp:lengthType
Properties
content simple
Used by
Element ahp:font
Source
<xs:attribute name="size" type="ahp:lengthType">
  <xs:annotation>
    <xs:documentation xml:lang="ja">フォントサイズ</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:horizontal-percent
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
横倍率
Type ahp:percentType
Type hierarchy
Properties
default 100
Facets
maxInclusive 100
minInclusive 1
Used by
Element ahp:font
Source
<xs:attribute name="horizontal-percent" type="ahp:percentType" default="100">
  <xs:annotation>
    <xs:documentation xml:lang="ja">横倍率</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:vertical-percent
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
縦倍率
Type ahp:percentType
Type hierarchy
Properties
default 100
Facets
maxInclusive 100
minInclusive 1
Used by
Element ahp:font
Source
<xs:attribute name="vertical-percent" type="ahp:percentType" default="100">
  <xs:annotation>
    <xs:documentation xml:lang="ja">縦倍率</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:space-character
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
文字後の空白量
Type ahp:lengthType
Properties
default 0
Used by
Element ahp:font
Source
<xs:attribute name="space-character" type="ahp:lengthType" default="0">
  <xs:annotation>
    <xs:documentation xml:lang="ja">文字後の空白量</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:bold
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
太字
Type xs:boolean
Properties
default false
Used by
Element ahp:font
Source
<xs:attribute name="bold" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">太字</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:italic
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
斜体
Type xs:boolean
Properties
default false
Used by
Element ahp:font
Source
<xs:attribute name="italic" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">斜体</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:serif
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セリフ書体
Type xs:boolean
Properties
default false
Used by
Element ahp:font
Source
<xs:attribute name="serif" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セリフ書体</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:rotation
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
回転角度
反時計回りです。
Type xs:float
Properties
content simple
Used by
Element ahp:font
Source
<xs:attribute name="rotation" type="xs:float">
  <xs:annotation>
    <xs:documentation xml:lang="ja">回転角度 反時計回りです。</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:font / @ahp:invisible
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
目に見えない
Type xs:boolean
Properties
default false
Used by
Element ahp:font
Source
<xs:attribute name="invisible" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="ja">目に見えない</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:styleCellType / @ahp:align
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セルの横方向の揃え
Type ahp:alignType
Properties
default justify
Facets
enumeration start
開始側揃え
enumeration end
終了揃え
enumeration center
中央揃え
enumeration justify
両端揃え
Used by
Complex Type ahp:styleCellType
Source
<xs:attribute name="align" type="ahp:alignType" default="justify">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セルの横方向の揃え</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @ahp:vertical-align
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セルの縦揃え
Type restriction of xs:string
Properties
default t
Facets
enumeration t
上揃え
enumeration b
下揃え
enumeration center
中央揃え
Used by
Complex Type ahp:styleCellType
Source
<xs:attribute name="vertical-align" default="t">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セルの縦揃え</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="t">
        <xs:annotation>
          <xs:documentation xml:lang="ja">上揃え</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="b">
        <xs:annotation>
          <xs:documentation xml:lang="ja">下揃え</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="center">
        <xs:annotation>
          <xs:documentation xml:lang="ja">中央揃え</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ahp:data-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
セルのデータタイプ
Type restriction of xs:string
Properties
default general
Facets
enumeration general
一般
enumeration no
数値
enumeration currency
通貨
Used by
Complex Type ahp:styleCellType
Source
<xs:attribute name="data-type" default="general">
  <xs:annotation>
    <xs:documentation xml:lang="ja">セルのデータタイプ</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="general">
        <xs:annotation>
          <xs:documentation xml:lang="ja">一般</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="no">
        <xs:annotation>
          <xs:documentation xml:lang="ja">数値</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="currency">
        <xs:annotation>
          <xs:documentation xml:lang="ja">通貨</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute ahp:stylePageNoType / @ahp:start-no
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
開始番号
Type xs:positiveInteger
Properties
content simple
Used by
Complex Type ahp:stylePageNoType
Source
<xs:attribute name="start-no" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation xml:lang="ja">開始番号</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ahp:stylePageNoType / @ahp:no-type
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
番号の種類
Type restriction of xs:string
Properties
default 123
Facets
enumeration 123
enumeration ①②③
enumeration 一二三
enumeration あいうえお
enumeration アイウエオ
enumeration ABC
enumeration abc
enumeration ⅠⅡⅢ
enumeration 壱弐参
enumeration ⅰⅱⅲ
Used by
Complex Type ahp:stylePageNoType
Source
<xs:attribute name="no-type" default="123">
  <xs:annotation>
    <xs:documentation xml:lang="ja">番号の種類</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="123"/>
      <xs:enumeration value="①②③"/>
      <xs:enumeration value="一二三"/>
      <xs:enumeration value="あいうえお"/>
      <xs:enumeration value="アイウエオ"/>
      <xs:enumeration value="ABC"/>
      <xs:enumeration value="abc"/>
      <xs:enumeration value="ⅠⅡⅢ"/>
      <xs:enumeration value="壱弐参"/>
      <xs:enumeration value="ⅰⅱⅲ"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute ahp:stylePageNoType / @ahp:no-format
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
添え字
Type restriction of xs:string
Properties
default
Facets
enumeration -n-
enumeration (n)
enumeration
Used by
Complex Type ahp:stylePageNoType
Source
<xs:attribute name="no-format" default="">
  <xs:annotation>
    <xs:documentation xml:lang="ja">添え字</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="-n-"/>
      <xs:enumeration value="(n)"/>
      <xs:enumeration value=""/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute Group ahp:styleCommonAttr
Namespace http://www.antennahouse.com/names/PDF/AHPDFXML
Annotations
スタイルの共通属性
Diagram
Diagram ahpdfxml_style_xsd.tmp#styleCommonAttr_name ahpdfxml_style_xsd.tmp#styleCommonAttr_parent ahpdfxml_style_xsd.tmp#styleCommonAttr_style-type
Used by
Attributes
QName Type Use Annotation
ahp:name xs:string required
スタイル名
ahp:parent xs:string optional
継承元スタイル名
""の場合はなし。
ahp:style-type ahp:styleType required
スタイルの種類
Source
<xs:attributeGroup name="styleCommonAttr">
  <xs:annotation>
    <xs:documentation xml:lang="ja">スタイルの共通属性</xs:documentation>
  </xs:annotation>
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">スタイル名</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="parent" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="ja">継承元スタイル名 ""の場合はなし。</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="style-type" type="ahp:styleType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="ja">スタイルの種類</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>