You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/06/18 04:40:28 UTC

svn commit: r955816 - /incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd

Author: linsun
Date: Fri Jun 18 02:40:28 2010
New Revision: 955816

URL: http://svn.apache.org/viewvc?rev=955816&view=rev
Log:
format change only on the schema file

Modified:
    incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd

Modified: incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd?rev=955816&r1=955815&r2=955816&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd (original)
+++ incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd Fri Jun 18 02:40:28 2010
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+	<!--
 
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
-
--->
+		Licensed to the Apache Software Foundation (ASF) under one or more
+		contributor license agreements. See the NOTICE file distributed with
+		this work for additional information regarding copyright ownership.
+		The ASF licenses this file to You 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 xmlns="http://aries.apache.org/xmlns/transactions/v1.0.0"
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://aries.apache.org/xmlns/transactions/v1.0.0"
 	elementFormDefault="qualified" attributeFormDefault="unqualified"
@@ -40,9 +38,9 @@
             ]]>
 		</xsd:documentation>
 	</xsd:annotation>
-	
-    <xsd:simpleType name="TtransactionStrategy">
-        <xsd:annotation>
+
+	<xsd:simpleType name="TtransactionStrategy">
+		<xsd:annotation>
 			<xsd:documentation>
                 <![CDATA[
                     The TtransactionStrategy type defined the transaction strategy
@@ -50,18 +48,18 @@
                 ]]>
 			</xsd:documentation>
 		</xsd:annotation>
-        <xsd:restriction base="xsd:string">
-        <xsd:enumeration value="Required"/>
-        <xsd:enumeration value="Mandatory"/>
-        <xsd:enumeration value="RequiresNew"/>
-        <xsd:enumeration value="Supports"/>
-        <xsd:enumeration value="NotSupported"/>
-        <xsd:enumeration value="Never"/>
-        </xsd:restriction>
-    </xsd:simpleType>
+		<xsd:restriction base="xsd:string">
+			<xsd:enumeration value="Required" />
+			<xsd:enumeration value="Mandatory" />
+			<xsd:enumeration value="RequiresNew" />
+			<xsd:enumeration value="Supports" />
+			<xsd:enumeration value="NotSupported" />
+			<xsd:enumeration value="Never" />
+		</xsd:restriction>
+	</xsd:simpleType>
 
-    <xsd:complexType name="Ttransaction">
-        <xsd:annotation>
+	<xsd:complexType name="Ttransaction">
+		<xsd:annotation>
 			<xsd:documentation>
                 <![CDATA[
                 Ttransaction defines one or more methods that are intercepted
@@ -69,19 +67,19 @@
                 ]]>
 			</xsd:documentation>
 		</xsd:annotation>
-        <xsd:attribute name="method" type="xsd:string"/>
-        <xsd:attribute name="value" type="TtransactionStrategy"/>
-    </xsd:complexType>
+		<xsd:attribute name="method" type="xsd:string" />
+		<xsd:attribute name="value" type="TtransactionStrategy" />
+	</xsd:complexType>
 
-    <xsd:element name="transaction" type="Ttransaction">
-        <xsd:annotation>
+	<xsd:element name="transaction" type="Ttransaction">
+		<xsd:annotation>
 			<xsd:documentation>
                 <![CDATA[
                 The <transaction> element is the root element for blueprint declarative transaction
                 ]]>
 			</xsd:documentation>
 		</xsd:annotation>
-    </xsd:element>
+	</xsd:element>
+
 
-	
 </xsd:schema>
\ No newline at end of file