Publishing svnmucc operation to aries site by cschneider

git-svn-id: https://svn-master.apache.org/repos/infra/websites/production/aries/content@974416 90ea9780-b833-de11-8433-001ec94261de
diff --git a/schemas/jpa/jpa_20.xsd b/schemas/jpa/jpa_20.xsd
new file mode 100644
index 0000000..5079106
--- /dev/null
+++ b/schemas/jpa/jpa_20.xsd
@@ -0,0 +1,28 @@
+<?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.
+
+-->
+<xsd:schema xmlns="http://aries.apache.org/xmlns/jpa/v2.0.0"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://aries.apache.org/xmlns/jpa/v2.0.0"
+    elementFormDefault="qualified"
+    attributeFormDefault="unqualified"
+    version="1.0.0">
+
+    <xsd:element name="enable" type="xsd:string"></xsd:element>
+</xsd:schema>
diff --git a/schemas/transaction/transactionv20.xsd b/schemas/transaction/transactionv20.xsd
new file mode 100644
index 0000000..5f0e000
--- /dev/null
+++ b/schemas/transaction/transactionv20.xsd
@@ -0,0 +1,35 @@
+<?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.

+

+-->

+<xsd:schema xmlns="http://aries.apache.org/xmlns/transactions/v2.0.0"

+    xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://aries.apache.org/xmlns/transactions/v2.0.0"

+    elementFormDefault="qualified" attributeFormDefault="unqualified"

+    version="2.0.0">

+

+    <xsd:element name="enable" type="xsd:boolean" default="true">

+        <xsd:annotation>

+            <xsd:documentation>

+        <![CDATA[

+          The <enable-annotations> element is used to enable annotation scanning for @Transactional annotations

+        ]]>

+            </xsd:documentation>

+        </xsd:annotation>

+    </xsd:element>

+

+</xsd:schema>