Remove unused lowercase-comparisons from XSD
Fixes gh-3932
This commit is contained in:
@@ -508,9 +508,6 @@ fsmds.attlist &=
|
||||
use-expressions?
|
||||
fsmds.attlist &=
|
||||
id?
|
||||
fsmds.attlist &=
|
||||
## Compare after forcing to lowercase
|
||||
attribute lowercase-comparisons {xsd:boolean}?
|
||||
fsmds.attlist &=
|
||||
request-matcher?
|
||||
|
||||
|
||||
@@ -1673,12 +1673,6 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="lowercase-comparisons" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Compare after forcing to lowercase
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="request-matcher">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'mvc'
|
||||
|
||||
Reference in New Issue
Block a user