Schema "capabilities-1.xsd"
Target Namespace:
http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-1.xsd
Defined Components:
global elements, 8 local elements, 6 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\resource\capabilities-1.xsd; see XML source
Imports Schema:
common-1.xsd [src]
Annotation
Capabilities schema. TODO UNSTABLE. This definition may change in the future. Recommended namespace prefix: cap
All Element Summary
tns:activation
Type:
Content:
complex, 1 element
Defined:
globally; see XML source
Used:
never
tns:attribute (in tns:enableDisable) Name of the attribute to use for account enable/disable.
Type:
Content:
simple
Defined:
tns:credentials
Type:
Content:
complex, 1 element
Defined:
globally; see XML source
Used:
never
tns:disableValue (in tns:enableDisable) Value to set to the attribute when the account should be disabled.
Type:
Content:
simple
Defined:
tns:enableDisable (in tns:activation) Describes capability to enable and disable account.
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
tns:enableValue (in tns:enableDisable) Value to set to the attribute when the account should be enabled.
Type:
Content:
simple
Defined:
tns:host (in tns:script)
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
tns:language (in tns:host) Specifies the script language(s) supported on this host.
Type:
Content:
simple
Defined:
locally witnin tns:host element; see XML source
tns:liveSync
Type:
Content:
empty
Defined:
globally; see XML source
Used:
never
tns:password (in tns:credentials)
Type:
Content:
empty
Defined:
tns:script
Type:
Content:
complex, 1 element
Defined:
globally; see XML source
Used:
never
tns:testConnection
Type:
Content:
empty
Defined:
globally; see XML source
Used:
never
tns:type (in tns:host)
Type:
Content:
simple
Defined:
locally witnin tns:host element; see XML source
Complex Type Summary
Describes capability to process activation data, which means enable/disable of accounts, dates for scheduled enable/disable and similar things related to make the account active.
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Describes capability to present credentials in a structured way.
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Describes capability to detect changes in almost real time (live synchronization).
Content:
empty
Defined:
globally; see XML source
Used:
Describes capability to present password in a structured way.
Content:
empty
Defined:
globally; see XML source
Used:
Describes capability to execute scripts (short pieces of program) on the connector or resource.
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Describes capability to test connection to the resource once the connector is configured.
Content:
empty
Defined:
globally; see XML source
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" jaxb:extensionBindingPrefixes="xjc" jaxb:version="2.0" targetNamespace="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-1.xsd" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-1.xsd" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>
Capabilities schema.

TODO

UNSTABLE. This definition may change in the future.

Recommended namespace prefix: cap
</xsd:documentation>
<xsd:appinfo>
<!-- jaxb:globalBindings are specified indirectly by import from common-1.xsd -->
</xsd:appinfo>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>
Import of the common schema. Some datatypes are reused here.
</xsd:documentation>
</xsd:annotation>
</xsd:import>
<xsd:complexType name="ActivationCapabilityType">
<xsd:annotation>
<xsd:documentation>
Describes capability to process activation data, which means
enable/disable of accounts, dates for scheduled enable/disable
and similar things related to make the account active.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="enableDisable">
<xsd:annotation>
<xsd:documentation>
Describes capability to enable and disable account.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<!-- TODO: "disable destroys password" -->
<xsd:element minOccurs="0" name="attribute" type="xsd:QName">
<xsd:annotation>
<xsd:documentation>
Name of the attribute to use for account enable/disable.
This is a configuration of simulated enable/disable capability.
UNSTABLE. This element may change in the future.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="enableValue" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Value to set to the attribute when the account should be enabled.
This is a configuration of simulated enable/disable capability.
UNSTABLE. This element may change in the future.

More than one value can be specified. All specified values will
be compared to the attribute when the activation status is read
from the resource (get operation). The value that matches will determine
the activation state. But only the first value will be used when
storing the activation state to the resource (add or modify operations).
All other values will be ignored.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="disableValue" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Value to set to the attribute when the account should be disabled.
This is a configuration of simulated enable/disable capability.
UNSTABLE. This element may change in the future.

More than one value can be specified. All specified values will
be compared to the attribute when the activation status is read
from the resource (get operation). The value that matches will determine
the activation state. But only the first value will be used when
storing the activation state to the resource (add or modify operations).
All other values will be ignored.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="activation" type="tns:ActivationCapabilityType"/>
<xsd:complexType name="CredentialsCapabilityType">
<xsd:annotation>
<xsd:documentation>
Describes capability to present credentials in a structured way.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="password" type="tns:PasswordCapabilityType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="credentials" type="tns:CredentialsCapabilityType"/>
<xsd:complexType name="PasswordCapabilityType">
<xsd:annotation>
<xsd:documentation>
Describes capability to present password in a structured way.
</xsd:documentation>
</xsd:annotation>
<!-- TODO: password expiration -->
</xsd:complexType>
<xsd:complexType name="LiveSyncCapabilityType">
<xsd:annotation>
<xsd:documentation>
Describes capability to detect changes in almost real time (live synchronization).
</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:element name="liveSync" type="tns:LiveSyncCapabilityType"/>
<xsd:complexType name="TestConnectionCapabilityType">
<xsd:annotation>
<xsd:documentation>
Describes capability to test connection to the resource once the connector is configured.
</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="ScriptCapabilityType">
<xsd:annotation>
<xsd:documentation>
Describes capability to execute scripts (short pieces of program) on the connector or resource.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="host">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="type" type="c:ScriptHostType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="language" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
Specifies the script language(s) supported on this host.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="script" type="tns:ScriptCapabilityType"/>
</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/