Skip to content

Commit f0bfbb0

Browse files
committed
[doc] Enhances XSD documentation
Added all avaliable attribute documentation from the example XML conf file to the XSD to be available within a schema based editor. Signed-off-by: Patrick Reinhart <[email protected]>
1 parent 649e628 commit f0bfbb0

File tree

2 files changed

+1019
-121
lines changed

2 files changed

+1019
-121
lines changed

exist-distribution/src/main/config/conf.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@
192192
<startup>
193193
<triggers>
194194

195-
<!--
196-
Trigger for registering the GNU Crypto JCE Provider with Java
197-
-->
198-
<trigger class="org.exist.security.BouncyCastleJceProviderStartupTrigger"/>
195+
<!--
196+
Trigger for registering the GNU Crypto JCE Provider with Java
197+
-->
198+
<trigger class="org.exist.security.BouncyCastleJceProviderStartupTrigger"/>
199199

200200
<!--
201201
Trigger for registering eXists XML:DB URL handler with Java
@@ -553,13 +553,13 @@
553553
The following index can be used to speed up 'order by' expressions
554554
by pre-ordering a node set.
555555
-->
556-
<module id="sort-index" class="org.exist.indexing.sort.SortIndex"/>
556+
<module id="sort-index" class="org.exist.indexing.sort.SortIndex"/>
557557

558558
<!--
559559
New range index based on Apache Lucene. Replaces the old range index which is
560560
hard-wired into eXist core.
561561
-->
562-
<module id="range-index" class="org.exist.indexing.range.RangeIndex"/>
562+
<module id="range-index" class="org.exist.indexing.range.RangeIndex"/>
563563

564564
<!--
565565
The following module is not really an index (though it sits

0 commit comments

Comments
 (0)