Redmine #1461: added support for format=lowercase

master
Cyprian Laskowski 9 months ago
parent 9bf9a696f6
commit 7ea24ae5c4

@ -197,6 +197,13 @@
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="format">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lowercase"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="componentsComponentType">

Loading…
Cancel
Save