|
|
@ -24,6 +24,7 @@ |
|
|
|
<xsd:simpleType name="FontStyle"> |
|
|
|
<xsd:simpleType name="FontStyle"> |
|
|
|
<xsd:restriction base="xsd:string"> |
|
|
|
<xsd:restriction base="xsd:string"> |
|
|
|
<xsd:enumeration value="italic"/> |
|
|
|
<xsd:enumeration value="italic"/> |
|
|
|
|
|
|
|
<xsd:enumeration value="underlined"/> |
|
|
|
<xsd:enumeration value="normal"/> |
|
|
|
<xsd:enumeration value="normal"/> |
|
|
|
<xsd:enumeration value="oblique"/> |
|
|
|
<xsd:enumeration value="oblique"/> |
|
|
|
</xsd:restriction> |
|
|
|
</xsd:restriction> |
|
|
@ -35,6 +36,7 @@ |
|
|
|
<xsd:attribute name="background" type="xsd:string" use="optional" /> |
|
|
|
<xsd:attribute name="background" type="xsd:string" use="optional" /> |
|
|
|
<xsd:attribute name="fontWeight" type="FontWeight" use="optional" /> |
|
|
|
<xsd:attribute name="fontWeight" type="FontWeight" use="optional" /> |
|
|
|
<xsd:attribute name="fontStyle" type="FontStyle" use="optional" /> |
|
|
|
<xsd:attribute name="fontStyle" type="FontStyle" use="optional" /> |
|
|
|
|
|
|
|
<xsd:attribute name="underline" type="xsd:boolean" use="optional" /> |
|
|
|
<xsd:anyAttribute namespace="##other" processContents="lax" /> |
|
|
|
<xsd:anyAttribute namespace="##other" processContents="lax" /> |
|
|
|
</xsd:attributeGroup> |
|
|
|
</xsd:attributeGroup> |
|
|
|
|
|
|
|
|
|
|
|