21 lines
770 B
XML
21 lines
770 B
XML
<?xml version='1.0' encoding='UTF-8'?><section id="patternelement">
|
|
<title>PatternElement type</title>
|
|
<para>The PatternElement type defines single string pattern.</para>
|
|
<para>The defining Java class is
|
|
<ulink url="javadoc/net/brutex/xservices/types/PatternElement.html">
|
|
<classname>net.brutex.xservices.types.PatternElement</classname></ulink>.</para>
|
|
<section>
|
|
<title>Schema description</title>
|
|
<programlisting language="xml"><![CDATA[
|
|
<xs:simpleType name="patternElement">
|
|
<xs:restriction base="xs:string"/>
|
|
</xs:simpleType>]]>
|
|
</programlisting>
|
|
</section>
|
|
<section>
|
|
<title>Example XML</title>
|
|
<programlisting language="xml"><![CDATA[
|
|
<PatternElement>**/*</PatternElement>]]>
|
|
</programlisting>
|
|
</section>
|
|
</section> |