Add min-version/max-version to fulltextsearch provider
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8898766954
commit
7aba0802d5
|
@ -659,11 +659,20 @@
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
|
<xs:complexType name="fulltextsearch-provider">
|
||||||
|
<xs:simpleContent>
|
||||||
|
<xs:extension base="php-class">
|
||||||
|
<xs:attribute name="min-version" type="version" use="optional"/>
|
||||||
|
<xs:attribute name="max-version" type="version" use="optional"/>
|
||||||
|
</xs:extension>
|
||||||
|
</xs:simpleContent>
|
||||||
|
</xs:complexType>
|
||||||
|
|
||||||
<xs:complexType name="fulltextsearch">
|
<xs:complexType name="fulltextsearch">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="platform" type="php-class" minOccurs="0"
|
<xs:element name="platform" type="php-class" minOccurs="0"
|
||||||
maxOccurs="unbounded"/>
|
maxOccurs="unbounded"/>
|
||||||
<xs:element name="provider" type="php-class" minOccurs="0"
|
<xs:element name="provider" type="fulltextsearch-provider" minOccurs="0"
|
||||||
maxOccurs="unbounded"/>
|
maxOccurs="unbounded"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
Loading…
Reference in New Issue