Included schema ahpdfxml_style.xsd
Element ahp:styles
Element ahp:style
Element ahp:border-t
Element ahp:color
Element ahp:border-b
Element ahp:border-l
Element ahp:border-r
Element ahp:mesh
Element ahp:mesh-color
Element ahp:mesh-back-color
Element ahp:font
Element ahp:back-color
Element ahp:stroke
Element ahp:list-text-result
Element ahp:border-ru
Element ahp:border-rd
Simple Type ahp:styleType
Complex Type ahp:stylePageType
Complex Type ahp:borderElemType
Complex Type ahp:colorElemType
Simple Type ahp:rgbType
Simple Type ahp:borderType
Complex Type ahp:styleSectionType
Complex Type ahp:styleFrameType
Complex Type ahp:stylePType
Complex Type ahp:meshElemType
Simple Type ahp:meshType
Simple Type ahp:percentWithZeroType
Simple Type ahp:alignType
Complex Type ahp:styleRunType
|
|
|
|
Namespace |
http://www.antennahouse.com/names/PDF/AHPDFXML |
Annotations
|
|
Diagram
|
|
Model
|
ahp:mesh{0,1} , ahp:border-t{0,1} , ahp:border-b{0,1} , ahp:border-l{0,1} , ahp:border-r{0,1} , ahp:font{0,1} , ahp:stroke{0,1} , ahp:list-text-result{0,1}
|
Children |
ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-t, ahp:font, ahp:list-text-result, ahp:mesh, ahp:stroke |
Attributes
|
|
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
Complex Type ahp:styleTableType
Complex Type ahp:styleRowType
Complex Type ahp:styleCellType
|
|
|
|
Namespace |
http://www.antennahouse.com/names/PDF/AHPDFXML |
Annotations
|
|
Diagram
|
|
Model
|
ahp:mesh{0,1} , ahp:border-t{0,1} , ahp:border-b{0,1} , ahp:border-l{0,1} , ahp:border-r{0,1} , ahp:border-ru{0,1} , ahp:border-rd{0,1}
|
Children |
ahp:border-b, ahp:border-l, ahp:border-r, ahp:border-rd, ahp:border-ru, ahp:border-t, ahp:mesh |
Attributes
|
|
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
Attribute
ahp:font / @ahp:horizontal-percent
Attribute
ahp:font / @ahp:vertical-percent
Attribute
ahp:font / @ahp:space-character
Attribute @ahp:vertical-align
Attribute @ahp:data-type
|
|
|
|
Namespace |
http://www.antennahouse.com/names/PDF/AHPDFXML |
Annotations
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
enumeration |
123 |
|
enumeration |
①②③ |
|
enumeration |
一二三 |
|
enumeration |
あいうえお |
|
enumeration |
アイウエオ |
|
enumeration |
ABC |
|
enumeration |
abc |
|
enumeration |
ⅠⅡⅢ |
|
enumeration |
壱弐参 |
|
enumeration |
ⅰⅱⅲ |
|
|
Used by
|
|
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 Group ahp:styleCommonAttr