XML Schema "public.xsd"
Target Namespace:
http://polimi.it/xmlbinding/rest/publicservices
Defined Components:
elements (1 global + 22 local), complexTypes (5)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
/home/canakoglu/Documents/IdeaProjects/GPDW_GPKB/GPDWRest/src/main/resources/schemas/public.xsd; see XML source
All Element Summary
attribute (in attributes_group)
Type:
Content:
complex, 1 attribute, 3 elements
Defined:
locally within attributes_group element; see XML source
attribute (in attributes_group_names_list)
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
attributes_group (in row)
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
locally within row_type complexType; see XML source
Includes:
definitions of 2 attributes, 1 element
attributes_group_names_list (in data)
This is to list all the columns'names, to help understand better the structure of the table returned by the query.
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
locally within result_type complexType; see XML source
Includes:
definition of 1 element
data (in result)
Type:
Content:
complex, 5 elements
Defined:
locally within result element; see XML source
data_type (in attribute in attributes_group)
Type:
xs:string
Content:
simple
Defined:
locally within attribute_type complexType; see XML source
entries_showed_count (in data)
"entries_showed_count" element keeps track of the number of rows that are actually showed, this can be useful to set a threshold in case the total number of entries is too big
Type:
xs:int
Content:
simple
Defined:
locally within result_type complexType; see XML source
entries_total_count (in data)
"Entries_count" element keeps track of the total number of rows that are returned by the query
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within result_type complexType; see XML source
Includes:
definitions of 2 elements
error (in error in result)
Type:
xs:string
Content:
simple
Defined:
locally within result_error_type complexType; see XML source
error (in result)
Type:
Content:
complex, 1 element
Defined:
locally within result element; see XML source
estimated_count (in entries_total_count)
Type:
xs:string
Content:
simple
Defined:
exact_count (in entries_total_count)
Type:
xs:string
Content:
simple
Defined:
global_elapsed_time (in public_queries_performance)
timestamp to get the global elapsed time from the invocation of the public service till the return of the results to the user
Type:
xs:string
Content:
simple
Defined:
link (in attribute in attributes_group)
Some attributes like, for instance ,"source_id" have links to external references/web sites that provide further information about them
Type:
xs:string
Content:
simple
Defined:
locally within attribute_type complexType; see XML source
public_queries_performance (in data)
Type:
Content:
complex, 5 elements
Defined:
locally within result_type complexType; see XML source
query (in public_queries_performance)
This is the print out of the SQL with the selections made by the user
Type:
xs:string
Content:
simple
Defined:
result
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
never
row (in rows_group)
Type:
Content:
complex, 1 attribute, 1 element
Defined:
locally within rows_group element; see XML source
rows_group (in data)
"rows_group" is the collection of all the rows returned by the query
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
locally within result_type complexType; see XML source
Includes:
definition of 1 element
sql_query_elapsed_time (in public_queries_performance)
timestamp to get the duration of the SQL query with the selections made by the user
Type:
xs:string
Content:
simple
Defined:
sqlCount_elapsed_time (in public_queries_performance)
timestamp to get the duration of the real counting query regarding the total count
Type:
xs:string
Content:
simple
Defined:
sqlExplain_count_elapsed_time (in public_queries_performance)
timestamp to get the duration of the SQL explain regarding the total count
Type:
xs:string
Content:
simple
Defined:
value (in attribute in attributes_group)
Type:
xs:string
Content:
simple
Defined:
locally within attribute_type complexType; see XML source
Complex Type Summary
Content:
complex, 1 attribute, 3 elements
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
Content:
complex, 5 elements
Defined:
globally; see XML source
Includes:
definitions of 5 elements
Used:
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
complex, 5 elements
Defined:
globally; see XML source
Includes:
definitions of 5 elements
Used:
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" jxb:version="1.0" targetNamespace="http://polimi.it/xmlbinding/rest/publicservices" xmlns="http://polimi.it/xmlbinding/rest/publicservices" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<jxb:schemaBindings>
<jxb:package name="it.polimi.xmlbinding.publicServices"/>
</jxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:element name="result">
<xs:complexType>
<xs:choice>
<xs:element name="data" type="result_type"/>
<xs:element name="error" type="result_error_type"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:complexType name="result_error_type">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="error" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="result_type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="entries_total_count">
<xs:annotation>
<xs:documentation>
<![CDATA[
"Entries_count" element keeps track of the total number
of rows that are returned by the query
]]>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element maxOccurs="1" minOccurs="0" name="estimated_count" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="exact_count" type="xs:string"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="entries_showed_count" type="xs:int">
<xs:annotation>
<xs:documentation>
<![CDATA[
"entries_showed_count" element keeps track of the number
of rows that are actually showed, this can be useful to set a threshold in case
the total number of entries is too big
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="attributes_group_names_list">
<xs:annotation>
<xs:documentation>
<![CDATA[
This is to list all the columns'names, to help understand
better the structure of the table returned by the query. For each column it is specified also the table
to which the column belongs.
]]>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="attribute">
<xs:complexType>
<xs:attribute name="table_name" type="xs:string" use="required"/>
<xs:attribute name="table_alias" type="xs:string" use="optional"/>
<xs:attribute name="attribute_name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="rows_group">
<xs:annotation>
<xs:documentation>
<![CDATA[
"rows_group" is the collection of all
the rows returned by the query
]]>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="row" type="row_type"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="public_queries_performance" type="public_queries_performance_type"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="row_type">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="attributes_group">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="attribute" type="attribute_type"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="alias" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="number" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="attribute_type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="value" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="data_type" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="link" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[
Some attributes like, for instance ,"source_id" have links to external references/web sites
that provide further information about them
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="public_queries_performance_type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="query" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[
This is the print out of the SQL with the selections made by the user
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="sqlExplain_count_elapsed_time" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[
timestamp to get the duration of the SQL explain regarding the total count
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="sqlCount_elapsed_time" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[
timestamp to get the duration of the real counting query regarding the total count
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="sql_query_elapsed_time" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[
timestamp to get the duration of the SQL query with the selections made by the user
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="global_elapsed_time" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[
timestamp to get the global elapsed time from the invocation of the public service
till the return of the results to the user
]]>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>

This XML schema documentation has been generated with DocFlex/XML 1.9.5 using DocFlex/XML XSDDoc 2.8.1 template set.
DocFlex/XML 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-quality 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:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) 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 that 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 results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/