words

The words element specifies a standard text direction. Left justification is assumed if not specified. Language is Italian ("it") by default. Enclosure is none by default.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
dir text-direction optional
enclosure enclosure optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
halign left-center-right optional
justify left-center-right optional
letter-spacing number-or-normal optional
line-height number-or-normal optional
line-through number-of-lines optional
overline number-of-lines optional
relative-x tenths optional
relative-y tenths optional
rotation rotation-degrees optional
underline number-of-lines optional
valign valign optional
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.

Source

<xs:element name="words" type="formatted-text" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The words element specifies a standard text direction. Left justification is assumed if not specified. Language is Italian ("it") by default. Enclosure is none by default.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample