Subversion Repositories XServices

Rev

Rev 59 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
25 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
59 brianR 2
<section xmlns="http://docbook.org/ns/docbook"
3
	version="5.0"
4
	xmlns:xi="http://www.w3.org/2001/XInclude" id="selectortype">
25 brianR 5
    <title>SelectorType type</title>
6
    <para>The SelectorType exposes various selectors for the selection of resources (files).</para>
7
    <para>The defining Java class is
8
        <ulink url="javadoc/net/brutex/xservices/types/SelectorType.html">
9
    <classname>net.brutex.xservices.types.SelectorType</classname></ulink>.</para>
59 brianR 10
<bridgehead renderas='sect3'>Schema definition</bridgehead>
25 brianR 11
        <programlisting language="xml"><![CDATA[
12
         <xs:complexType abstract="true" name="selectorType">
13
            <xs:sequence>
14
               <xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/>
15
            </xs:sequence>
16
         </xs:complexType>]]>
17
</programlisting>
59 brianR 18
<bridgehead renderas='sect3'>Example XML</bridgehead>
25 brianR 19
    <programlisting language="xml"><![CDATA[
20
            tbd.]]>
21
        </programlisting>
22
</section>