33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" id="patternsettype">
|
|
<title>PatternSetType type</title>
|
|
<para>The PatternSetType exposes various filters/ selectors for the
|
|
selection of resources (files).</para>
|
|
<para>
|
|
The defining Java class is
|
|
<ulink url="javadoc/net/brutex/xservices/types/PatternSetType.html">
|
|
<classname>net.brutex.xservices.types.PatternSetType</classname>
|
|
</ulink>
|
|
.
|
|
</para>
|
|
<bridgehead renderas='sect3'>Schema definition</bridgehead>
|
|
<programlisting language="xml"><![CDATA[
|
|
<xs:complexType name="patternSetType">
|
|
<xs:sequence>
|
|
<xs:element default="**/*" maxOccurs="unbounded" minOccurs="0" name="include" type="]]><link
|
|
linkend="patternelement">tns:patternElement</link><![CDATA["/>
|
|
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="]]><link
|
|
linkend="patternelement">tns:patternElement</link><![CDATA["/>
|
|
<xs:element minOccurs="0" name="selector" nillable="true" type="]]><link
|
|
linkend="selectortype">tns:selectorType</link><![CDATA["/>
|
|
</xs:sequence>
|
|
</xs:complexType>]]>
|
|
</programlisting>
|
|
<bridgehead renderas='sect3'>Example XML</bridgehead>
|
|
<programlisting language="xml"><![CDATA[
|
|
tbd.]]>
|
|
</programlisting>
|
|
</section>
|
|
|