bugfix xsd - add new attributes
This commit is contained in:
Родитель
13bb870c37
Коммит
2c3e3e6a3e
|
@ -35,7 +35,10 @@
|
|||
<xsd:attribute name="background" type="xsd:string" use="optional" />
|
||||
<xsd:attribute name="fontWeight" type="FontWeight" use="optional" />
|
||||
<xsd:attribute name="fontStyle" type="FontStyle" use="optional" />
|
||||
<xsd:attribute name="fontFamily" type="xsd:string" use="optional" />
|
||||
<xsd:attribute name="fontSize" type="xsd:integer" use="optional" />
|
||||
<xsd:attribute name="underline" type="xsd:boolean" use="optional" />
|
||||
<xsd:attribute name="strikethrough" type="xsd:boolean" use="optional" />
|
||||
<xsd:anyAttribute namespace="##other" processContents="lax" />
|
||||
</xsd:attributeGroup>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче