Namespace |
http://www.antennahouse.com/names/PDF/AHPDFXML |
Annotations
|
|
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
ahp:footer, ahp:header, ahp:section |
Instance
|
<ahp:page ahp:height="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:s-id="" ahp:width="" xmlns:ahp="http://www.antennahouse.com/names/PDF/AHPDFXML">
<ahp:header ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="">{0,1}</ahp:header>
<ahp:footer ahp:b="" ahp:l="" ahp:r="" ahp:s-id="" ahp:t="">{0,1}</ahp:footer>
<ahp:section ahp:b="" ahp:l="" ahp:margin-b="" ahp:margin-l="" ahp:margin-r="" ahp:margin-t="" ahp:r="" ahp:section-column-count="1" ahp:s-id="" ahp:t="" ahp:writing-mode="horizontal">{1,unbounded}</ahp:section>
</ahp:page> |
|
Attributes
|
|
Source
|
<xs:element name="page">
<xs:annotation>
<xs:documentation xml:lang="ja">PDFの1ページ</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:annotation>
<xs:documentation xml:lang="ja">ページはヘッダー(*1)、フッター(*1)と複数のセクションからなります。</xs:documentation>
</xs:annotation>
<xs:element ref="ahp:header" minOccurs="0"/>
<xs:element ref="ahp:footer" minOccurs="0"/>
<xs:element ref="ahp:section" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ahp:width" use="required">
<xs:annotation>
<xs:documentation xml:lang="ja">ページ幅</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="ahp:height" use="required">
<xs:annotation>
<xs:documentation xml:lang="ja">ページ高さ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="margin-l" type="ahp:lengthType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="ja">左マージン ページの左端からの距離</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="margin-r" type="ahp:lengthType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="ja">右マージン ページの右端からの距離</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="margin-t" type="ahp:lengthType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="ja">上マージン ページの上端からの距離</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="margin-b" type="ahp:lengthType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="ja">下マージン ページの下端からの距離</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="ahp:s-id"/>
</xs:complexType>
</xs:element> |
|