Subversion Repositories XServices

Rev

Rev 25 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 59
Line 1... Line -...
1
<?xml version='1.0' encoding='UTF-8'?><section id="antproperty">
-
 
2
  <title>AntProperty type</title>
-
 
3
  <para>The AntProperty type defines a list of key/value pairs.</para>
-
 
4
  <para>The defining Java class is 
-
 
5
  <ulink url="javadoc/net/brutex/xservices/types/AntProperty.html">
-
 
6
      <classname>net.brutex.xservices.types.AntProperty</classname></ulink>.</para>
-
 
7
&schemadefinition;
-
 
8
    <programlisting language="xml"><![CDATA[
-
 
9
<xs:complexType name="antProperty">
-
 
10
   <xs:sequence>
-
 
11
      <xs:element name="name" type="xs:string"/>
-
 
12
      <xs:element name="value" type="xs:string"/>
-
 
13
   </xs:sequence>
-
 
14
</xs:complexType>]]>
-
 
15
        </programlisting>
-
 
16
&examplexml;
-
 
17
    <programlisting language="xml"><![CDATA[
-
 
18
<AntProperty>
-
 
19
    <name>key2</name>
-
 
20
    <value>value2</value>
-
 
21
</AntProperty>]]>
-
 
22
</programlisting>
-
 
23
 
-
 
24
</section>
-
 
25
 
1
<?xml version="1.0" encoding="UTF-8"?>
-
 
2
<section>
-
 
3
<title>AntProperty type</title>
-
 
4
			<para>The AntProperty type defines a list of key/value pairs.</para>
-
 
5
			<para>
-
 
6
				The defining Java class is
-
 
7
				<ulink
-
 
8
					url="javadoc/net/brutex/xservices/types/AntProperty.html">
-
 
9
					<classname>net.brutex.xservices.types.AntProperty</classname>
-
 
10
				</ulink>
-
 
11
				.
-
 
12
			</para>
-
 
13
 
-
 
14
			<programlisting
-
 
15
				language="xml"><![CDATA[
-
 
16
<xs:complexType name="antProperty">
-
 
17
   <xs:sequence>
-
 
18
      <xs:element name="name" type="xs:string"/>
-
 
19
      <xs:element name="value" type="xs:string"/>
-
 
20
   </xs:sequence>
-
 
21
</xs:complexType>]]>
-
 
22
			</programlisting>
-
 
23
		
-
 
24
			<programlisting
-
 
25
				language="xml"><![CDATA[
-
 
26
<AntProperty>
-
 
27
    <name>key2</name>
-
 
28
    <value>value2</value>
-
 
29
</AntProperty>]]>
-
 
30
			</programlisting>
-
 
31
		</section>
-
 
32
 
26
Generated by GNU Enscript 1.6.5.90.
33
Generated by GNU Enscript 1.6.5.90.