Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 19 elements |
Defined: |
XML Representation Summary | |||||
<tns:parameters> | |||||
|
|||||
</tns:parameters> |
tns:byte (type anonymous), tns:char (type anonymous), tns:double (type anonymous), tns:false (type anonymous), tns:float (type anonymous), tns:int (type anonymous), tns:jndi (type anonymous), tns:list (type anonymous), tns:long (type anonymous), |
tns:map (type anonymous), tns:properties (type anonymous), tns:ref (type anonymous), tns:set (type anonymous), tns:short (type anonymous), tns:string (type anonymous), tns:true (type anonymous) |
<element minOccurs="0" name="parameters"> <annotation> <documentation>Query parameters.</documentation> </annotation> <complexType> <sequence> </sequence> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="byte"> <annotation> <documentation>A java.lang.Byte</documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="char"> <annotation> <documentation>A java.lang.Character</documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> <simpleType> <restriction base="string"> <maxLength value="1"/> </restriction> </simpleType> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="double"> <annotation> <documentation>A java.lang.Double</documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anyType, any content |
Defined: |
<element name="env-ref"> <annotation> <documentation> The current environment. </documentation> </annotation> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="false"> <annotation> <documentation> java.lang.Boolean.FALSE </documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="float"> <annotation> <documentation> A java.lang.Float </documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="int"> <annotation> <documentation> A java.lang.Integer </documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
Type: |
anonymous, complex content |
Defined: |
<element name="list"> <annotation> <documentation>A java.util.List</documentation> </annotation> <complexType> <choice maxOccurs="unbounded" minOccurs="0"> </choice> <annotation> <documentation> Implementation class for this list. </documentation> </annotation> </attribute> <annotation> <documentation> Indicates if this collection should be synchronized with Collections.synchronizedList(List) </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="long"> <annotation> <documentation>A java.lang.Long</documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="map"> <annotation> <documentation>A java.util.Map</documentation> </annotation> <complexType> <choice maxOccurs="unbounded" minOccurs="0"> <complexType> <choice minOccurs="0"> <complexType> </complexType> </element> <complexType> </complexType> </element> </choice> </complexType> </element> </choice> <annotation> <documentation> Implementation class for this map. </documentation> </annotation> </attribute> <annotation> <documentation> Indicates if this collection should be synchronized with Collections.synchronizedList(List) </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anyType, any content |
Defined: |
<element name="null"> <annotation> <documentation> the null value </documentation> </annotation> </element> |
Type: |
tns:wireObjectType, complex content |
Defined: |
<element name="object" type="tns:wireObjectType"/> |
Type: |
anonymous, complex content |
Defined: |
<element name="properties"> <annotation> <documentation>A java.util.Properties</documentation> </annotation> <complexType> <choice maxOccurs="unbounded" minOccurs="0"> <complexType> </complexType> </element> </choice> <annotation> <documentation>A file on the file system</documentation> </annotation> </attribute> <annotation> <documentation>A file as a resource in the classpath</documentation> </annotation> </attribute> <annotation> <documentation>the contents is fetched by loading a url</documentation> </annotation> </attribute> <annotation> <documentation> optionally indicates if the content of referenced file in attributes 'file', 'resource' or 'url' is XML. The default is the plain properties format with a space or the equals character (=) separating key and value on each line. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="ref"> <annotation> <documentation> A reference to an object in the current environment </documentation> </annotation> <complexType> <annotation> <documentation>The name of the referred object</documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, complex content |
Defined: |
<element name="set"> <annotation> <documentation> A java.util.Set </documentation> </annotation> <complexType> <choice maxOccurs="unbounded" minOccurs="0"> </choice> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> <annotation> <documentation> Implementation class for this set. </documentation> </annotation> </attribute> <annotation> <documentation> Indicates if this collection should be synchronized with Collections.synchronizedSet(Set) </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
<element name="short"> <annotation> <documentation> a java.lang.Short </documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
Type: |
anonymous, empty content |
Defined: |
Type: |
anonymous, empty content |
Defined: |
<element name="true"> <annotation> <documentation> java.lang.Boolean.TRUE </documentation> </annotation> <complexType> <annotation> <documentation> The name of the object. It's optional and serves as an id to refer to this object from other object declarations. This name can also be used lookup the object programmatically. </documentation> </annotation> </attribute> </complexType> </element> |
This XML schema documentation has been generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set. DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML. DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-end XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future). A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML SDK and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required! But this is not all. In addition to it, a commercial license for DocFlex/XML SDK will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own! Please note: By purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the result of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us! To buy a license, please follow this link: http://www.filigris.com/shop/ |