Schema "connector-schema-1.xsd"
Target Namespace:
http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-1.xsd
Defined Components:
global elements, 17 local elements, 2 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\workspace\tags\midpoint-1.9\infra\schema\src\main\resources\xml\ns\public\connector\icf-1\connector-schema-1.xsd; see XML source
Imports Schema:
resource-schema-1.xsd [src]
Annotation
Identity Connector Framework version 1 (ICF1) connector configuration schema. TODO The specific connector schemas are based on this definition. MidPoint will look for the definition of top-level element that is by convention the element with local name "configuration". It will use it as basic definition for resource configuration. The definition of "configuration" element will most likely refer to the data types and elements used in this schema definition. Recommended namespace prefix: icfc
All Element Summary
tns:authentication (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:connectorPoolConfiguration Element that contains configuration of ICF connector pools.
Type:
Content:
complex, 5 elements
Defined:
globally; see XML source
Used:
never
tns:create (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:delete (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:get (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:maxIdle (in tns:connectorPoolConfiguration) TODO
Type:
Content:
simple
Defined:
tns:maxObjects (in tns:connectorPoolConfiguration) TODO
Type:
Content:
simple
Defined:
tns:maxWait (in tns:connectorPoolConfiguration) TODO
Type:
Content:
simple
Defined:
tns:minEvictableIdleTimeMillis (in tns:connectorPoolConfiguration) TODO
Type:
Content:
simple
Defined:
tns:minIdle (in tns:connectorPoolConfiguration) TODO
Type:
Content:
simple
Defined:
tns:producerBufferSize TODO
Type:
Content:
simple
Defined:
globally; see XML source
Used:
never
tns:schema (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:scriptOnConnector (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:scriptOnResource (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:search (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:sync (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:test (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:timeouts TODO
Type:
Content:
complex, 12 elements
Defined:
globally; see XML source
Used:
never
tns:update (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
tns:validate (in tns:timeouts)
Type:
Content:
simple
Defined:
locally witnin tns:TimeoutsType complexType; see XML source
Complex Type Summary
Type that contains configuration of ICF connector pools.
Content:
complex, 5 elements
Defined:
globally; see XML source
Includes:
definitions of 5 elements
Used:
Type that contains configuration of ICF operation timeouts.
Content:
complex, 12 elements
Defined:
globally; see XML source
Includes:
definitions of 12 elements
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (c) 2011 Evolveum
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* http://www.opensource.org/licenses/cddl1 or
* CDDLv1.0.txt file in the source code distribution.
* See the License for the specific language governing
* permission and limitations under the License.
*
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted 2011 [name of copyright owner]"
*
-->
<xsd:schema elementFormDefault="qualified" targetNamespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-1.xsd" xmlns:r="http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-1.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>
Identity Connector Framework version 1 (ICF1) connector configuration schema.

TODO

The specific connector schemas are based on this definition.
MidPoint will look for the definition of top-level element that is
by convention the element with local name "configuration". It will use it as basic definition
for resource configuration. The definition of "configuration" element will most likely
refer to the data types and elements used in this schema definition.

Recommended namespace prefix: icfc
</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="ConnectorPoolConfigurationType">
<xsd:annotation>
<xsd:documentation>
Type that contains configuration of ICF connector pools. This configuration is common for all
ICF connectors, therefore it may be part of a static schema.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="minEvictableIdleTimeMillis" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="minIdle" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="maxIdle" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="maxObjects" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="maxWait" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation>
Element that contains configuration of ICF connector pools.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="producerBufferSize" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="timeouts" type="tns:TimeoutsType">
<xsd:annotation>
<xsd:documentation>
TODO
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="TimeoutsType">
<xsd:annotation>
<xsd:documentation>
Type that contains configuration of ICF operation timeouts.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="create" type="xsd:integer"/>
<xsd:element minOccurs="0" name="get" type="xsd:integer"/>
<xsd:element minOccurs="0" name="update" type="xsd:integer"/>
<xsd:element minOccurs="0" name="delete" type="xsd:integer"/>
<xsd:element minOccurs="0" name="test" type="xsd:integer"/>
<xsd:element minOccurs="0" name="scriptOnConnector" type="xsd:integer"/>
<xsd:element minOccurs="0" name="scriptOnResource" type="xsd:integer"/>
<xsd:element minOccurs="0" name="authentication" type="xsd:integer"/>
<xsd:element minOccurs="0" name="search" type="xsd:integer"/>
<xsd:element minOccurs="0" name="validate" type="xsd:integer"/>
<xsd:element minOccurs="0" name="sync" type="xsd:integer"/>
<xsd:element minOccurs="0" name="schema" type="xsd:integer"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>

This XML schema documentation has been generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.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-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/