Standardized refernce to a valid XQuery spec.
Currently, xqdoc supports the versions identified in the type
restriction by their official URI.
Standardized references to the predefined XQuery modules that have
been enhanced with xqdoc markup and are available for download from
the xqdoc webservice. These modules are identified by their official
URI, when one exists, or a standard format URI when an official
one does not exist.
Standardized reference to the version of xqdoc XML that should
be generated by the web service. Currently, only version 1.0 is
supported.
Simple structure to manage relationship of namespace prefix
to associated URI.
Structure used to return a more meaningful error to the
caller in the case of problems processing a request that prevents
creating a complete, valid response structure.
Response structure for a request to retrieve one of the
predefined XQuery modules that have been enhanced with
xqdoc style comments.
The response components are:
The predefined module that was retrieved
The xqdoc XML version to retrive it in.
The actual xqdoc XML for the specified module.
Response structure for a request to retrieve one of the
predefined XQuery modules that have been enhanced with
xqdoc style comments.
The response components are:
The predefined module that was retrieved
The xqdoc XML version to retrive it in.
The actual xqdoc XML for the specified module.
Request structure to retrieve one of the predefined XQuery
modules that have been enhanced with xqdoc style comments.
The request parameters are:
The predefined module to retrive
The xqdoc XML version to retrive it in.
Response for a request to retrieve one of the
predefined XQuery modules that have been enhanced with
xqdoc style comments.
You will either get the requested modules or an error with
details concerning the problem.
Request structure to generate xqdoc XML for a provided
Xquery library or main module.
The request components are:
The XQuery spec version the provided XQuery adheres to
The xqdoc XML version to generate.
Any standard namespace mappings (optional)
Any custom namespace mappings (optional)
The actual xquery library/main module to process
The URI for the provided xquery.
Response structure for a request to generate xqDoc format XML
for the provided XQuery.
You will either get the generated xqDoc XML or an error with
details concerning the problem.