<xs:element name="styles"><xs:annotation><xs:documentation xml:lang="en">Root element of styles Defines paragraph style, character style, cell style, etc. Standard paragraph style "standard-p" and standard text style "standard-text" do exist without fail.</xs:documentation><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>
<xs:element name="list-text-result" type="xs:boolean" default="false"><xs:annotation><xs:documentation xml:lang="en">Paragraph symbol as a Result</xs:documentation><xs:documentation xml:lang="ja">結果の段落記号</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="colorElemType"><xs:annotation><xs:documentation xml:lang="en">Color Element The rgb attribute will be outputted without fail. If the color space is other than RGB, convert the original color value to rgb. If only RGB can be interpreted, adopt the rgb value. Use c-original value if the color space can be interpreted with color dictionary.</xs:documentation><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="en">Name of Color Dictionaly Indispensable when the color space is other than RGB.</xs:documentation><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="en">RGB Value</xs:documentation><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="en">Arrangement of Color Value (Space separated xs:float values) Indispensable when the color space is other than RGB.</xs:documentation><xs:documentation xml:lang="ja">色の値の配列 (xs:floatのスペース区切り) カラースペースがRGB以外の場合は必須。</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:complexType name="stylePType"><xs:annotation><xs:documentation xml:lang="en">Style Type of a Paragraph</xs:documentation><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="en">First line Indent It's the distance from the left end of a frame in horizontal writing. It's the distance from the top end of a frame in vertical writing.</xs:documentation><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="en">Start Indent It's the distance from the left end of a frame in horizontal writing. It's the distance from the top end of a frame in vertical writing.</xs:documentation><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="en">End Indent It's the distance from the Right end of a frame in horizontal writing. It's the distance from the bottom end of a frame in vertical writing.</xs:documentation><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="en">Line Height</xs:documentation><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="en">Distance between row and row</xs:documentation><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="en">Space before Paragraph</xs:documentation><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="en">Space after Paragraph</xs:documentation><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="en">Alignment</xs:documentation><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="en">List Definition Name (*1)</xs:documentation><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="en">List Level (*1)</xs:documentation><xs:documentation xml:lang="ja">リストのレベル(*1)</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:simpleType name="percentType"><xs:annotation><xs:documentation xml:lang="en">Percent Value(0 is not included)</xs:documentation><xs:documentation xml:lang="ja">パーセント値(0を含まない)</xs:documentation></xs:annotation><xs:restriction base="ahp:percentWithZeroType"><xs:minInclusive value="1"/></xs:restriction></xs:simpleType>
<xs:attribute name="parent" type="xs:string" use="optional"><xs:annotation><xs:documentation xml:lang="en">Name of the Style Inherited from Nothing in case of "".</xs:documentation><xs:documentation xml:lang="ja">継承元スタイル名 ""の場合はなし。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="c-name" type="xs:string" default=""><xs:annotation><xs:documentation xml:lang="en">Name of Color Dictionaly Indispensable when the color space is other than RGB.</xs:documentation><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="en">Arrangement of Color Value (Space separated xs:float values) Indispensable when the color space is other than RGB.</xs:documentation><xs:documentation xml:lang="ja">色の値の配列 (xs:floatのスペース区切り) カラースペースがRGB以外の場合は必須。</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="indent-first" type="ahp:lengthType" default="0"><xs:annotation><xs:documentation xml:lang="en">First line Indent It's the distance from the left end of a frame in horizontal writing. It's the distance from the top end of a frame in vertical writing.</xs:documentation><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="en">Start Indent It's the distance from the left end of a frame in horizontal writing. It's the distance from the top end of a frame in vertical writing.</xs:documentation><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="en">End Indent It's the distance from the Right end of a frame in horizontal writing. It's the distance from the bottom end of a frame in vertical writing.</xs:documentation><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="en">Distance between row and row</xs:documentation><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="en">Space Amount followed by a Character</xs:documentation><xs:documentation xml:lang="ja">文字後の空白量</xs:documentation></xs:annotation></xs:attribute>
<xs:attributeGroup name="styleCommonAttr"><xs:annotation><xs:documentation xml:lang="en">Common Attribute of the Style</xs:documentation><xs:documentation xml:lang="ja">スタイルの共通属性</xs:documentation></xs:annotation><xs:attribute name="name" type="xs:string" use="required"><xs:annotation><xs:documentation xml:lang="en">Style Name</xs:documentation><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="en">Name of the Style Inherited from Nothing in case of "".</xs:documentation><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="en">Type of Styles</xs:documentation><xs:documentation xml:lang="ja">スタイルの種類</xs:documentation></xs:annotation></xs:attribute></xs:attributeGroup>