add the tag fulltextsearch
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
35a7ea869e
commit
1169d2b102
|
@ -55,6 +55,8 @@
|
|||
maxOccurs="1"/>
|
||||
<xs:element name="dashboard" type="dashboard"
|
||||
minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="fulltextsearch" type="fulltextsearch"
|
||||
minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="navigations" type="navigations" minOccurs="0"
|
||||
maxOccurs="1"/>
|
||||
<xs:element name="contactsmenu" type="contactsmenu" minOccurs="0"
|
||||
|
@ -664,6 +666,15 @@
|
|||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="fulltextsearch">
|
||||
<xs:sequence>
|
||||
<xs:element name="platform" type="php-class" minOccurs="0"
|
||||
maxOccurs="unbounded"/>
|
||||
<xs:element name="provider" type="php-class" minOccurs="0"
|
||||
maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:simpleType name="php-class">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
maxOccurs="1"/>
|
||||
<xs:element name="dashboard" type="dashboard"
|
||||
minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="fulltextsearch" type="fulltextsearch"
|
||||
minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="navigations" type="navigations" minOccurs="0"
|
||||
maxOccurs="1"/>
|
||||
<xs:element name="contactsmenu" type="contactsmenu" minOccurs="0"
|
||||
|
@ -657,6 +659,15 @@
|
|||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="fulltextsearch">
|
||||
<xs:sequence>
|
||||
<xs:element name="platform" type="php-class" minOccurs="0"
|
||||
maxOccurs="unbounded"/>
|
||||
<xs:element name="provider" type="php-class" minOccurs="0"
|
||||
maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="trash">
|
||||
<xs:sequence>
|
||||
<xs:element name="backend" type="trash-backend" minOccurs="1"
|
||||
|
|
Loading…
Reference in New Issue