diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/rtfx.xsd | 8 | 
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>  | 
