25 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<section id="selectortype">
|
|
|
3 |
<title>SelectorType type</title>
|
|
|
4 |
<para>The SelectorType exposes various selectors for the selection of resources (files).</para>
|
|
|
5 |
<para>The defining Java class is
|
|
|
6 |
<ulink url="javadoc/net/brutex/xservices/types/SelectorType.html">
|
|
|
7 |
<classname>net.brutex.xservices.types.SelectorType</classname></ulink>.</para>
|
|
|
8 |
&schemadefinition;
|
|
|
9 |
<programlisting language="xml"><![CDATA[
|
|
|
10 |
<xs:complexType abstract="true" name="selectorType">
|
|
|
11 |
<xs:sequence>
|
|
|
12 |
<xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/>
|
|
|
13 |
</xs:sequence>
|
|
|
14 |
</xs:complexType>]]>
|
|
|
15 |
</programlisting>
|
|
|
16 |
&examplexml;
|
|
|
17 |
<programlisting language="xml"><![CDATA[
|
|
|
18 |
tbd.]]>
|
|
|
19 |
</programlisting>
|
|
|
20 |
</section>
|