Subversion Repositories XServices

Rev

Rev 25 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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