Redmine #1461: added support for format=lowercase
This commit is contained in:
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…
Reference in New Issue
Block a user