summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-06-08 15:46:04 +0000
committerStef Walter <stef@memberwebs.com>2005-06-08 15:46:04 +0000
commitcf1f502a9fd8bd26e41c045ce6898a4ee29d40a8 (patch)
tree13b8f51efe6734ad3b1260166d4a6546760bd341
parent071ab871a8fbe8718a0edef3bc87f0838e15e8fe (diff)
Add XML schema documentation for the 'indent' attribute.
-rw-r--r--doc/rtfx.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd
index 70e981d..6ee37ee 100644
--- a/doc/rtfx.xsd
+++ b/doc/rtfx.xsd
@@ -255,6 +255,11 @@
<xs:documentation>The paragraph alignment. Either 'left', 'center', 'right' or 'justify'</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:annotation>
+ </xs:attribute>
</xs:complexType>
</xs:element>