| <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Copyright 2011 Mark Mandel Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.coldspringframework.org/schema/tx" xmlns="http://www.coldspringframework.org/schema/tx" xmlns:beans="http://www.coldspringframework.org/schema/beans" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:import namespace="http://www.coldspringframework.org/schema/beans" schemaLocation="http://www.coldspringframework.org/schema/coldspring-beans-2.0.xsd"/> <xsd:annotation> <xsd:documentation> <![CDATA[ Credits to the Spring Transaction Schema, version 3.0, on which this is based. Defines the configuration elements for the ColdSpring Framework's Transaction support. ]]> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:annotation> <xsd:documentation source="cfc:coldspring.transaction.interceptor.TransactionInterceptor"> <![CDATA[ Creates an TransactionInterceptor, to be used to apply AOP based Transaction advice. ]]> </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:annotation> <xsd:documentation> <![CDATA[ Return the order value of this object, with a higher value meaning greater in terms of sorting. Higher values can be interpreted as lower priority. As a consequence, the object with the lowest value has highest priority. ]]> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:simpleType> <xsd:annotation> <xsd:documentation> The transaction isolation level. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="read_uncommitted"/> <xsd:enumeration value="read_committed"/> <xsd:enumeration value="repeatable_read"/> <xsd:enumeration value="serializable"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:element> </xsd:schema> |
| This XML schema documentation has been generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.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/ |