summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-06-08 22:32:37 +0000
committerStef Walter <stef@memberwebs.com>2005-06-08 22:32:37 +0000
commit02c4a48288108c030e3f4929afcb25babcb0914d (patch)
tree7aa0c243e160ae3d2c5c8fc0134f5774443ee669
parentaa35c653ec5fe40c50426873ca1dbe3122428709 (diff)
Some schema fixes.
-rw-r--r--doc/rtfx.xsd8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd
index df8da43..34ff66a 100644
--- a/doc/rtfx.xsd
+++ b/doc/rtfx.xsd
@@ -127,7 +127,7 @@
<xs:documentation>Style font face [NOTE: This attribute is only generated in 'presentation' mode].</xs:documentation>
</xs:annotation>
</xs:attribute>
- <xs:attribute name="size" type="xs:string">
+ <xs:attribute name="size" type="xs:float">
<xs:annotation>
<xs:documentation>Style font size [NOTE: This attribute is only generated in 'presentation' mode].</xs:documentation>
</xs:annotation>
@@ -252,12 +252,12 @@
</xs:attribute>
<xs:attribute name="align" type="xs:string" default="left">
<xs:annotation>
- <xs:documentation>The paragraph alignment. Either 'left', 'center', 'right' or 'justify'</xs:documentation>
+ <xs:documentation>The paragraph alignment. Either 'left', 'center', 'right' or 'justify'. [NOTE: This attribute is only generated in 'presentation' mode]</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="indent" type="xs:float" default="0">
<xs:annotation>
- <xs:documentation>Left paragraph indent in points.</xs:documentation>
+ <xs:documentation>Left paragraph indent in points. [NOTE: This attribute is only generated in 'presentation' mode]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
@@ -481,7 +481,7 @@
</xs:annotation>
</xs:attribute>
- <xs:attribute name="size" type="xs:integer">
+ <xs:attribute name="size" type="xs:float">
<xs:annotation>
<xs:documentation>The size of the font.</xs:documentation>
</xs:annotation>