[jboss-cvs] JBossAS SVN: r71058 - projects/microcontainer/trunk/aop-mc-int/src/resources/main/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 20 10:00:53 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-03-20 10:00:53 -0400 (Thu, 20 Mar 2008)
New Revision: 71058

Modified:
   projects/microcontainer/trunk/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd
Log:
[JBAOP-468] Tidyup

Modified: projects/microcontainer/trunk/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd	2008-03-20 13:13:05 UTC (rev 71057)
+++ projects/microcontainer/trunk/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd	2008-03-20 14:00:53 UTC (rev 71058)
@@ -2,13 +2,6 @@
 <!-- A prototype xsd schema for javabeans
 $Id$
  -->
-<!-- xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-   targetNamespace="urn:jboss:aop-beans:1.0"
-   xmlns="urn:jboss:aop-beans:1.0"
-   elementFormDefault="qualified"
-   attributeFormDefault="unqualified"
-   version="1.0"
--->
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:jboss:aop-beans:1.0"
    xmlns="urn:jboss:aop-beans:1.0"
@@ -16,6 +9,14 @@
    attributeFormDefault="unqualified"
    version="1.0"
 >   
+   <xsd:annotation>
+      <xsd:documentation>
+         <![CDATA[
+         A schema for constructing aop beans.
+         ]]>
+      </xsd:documentation>
+   </xsd:annotation>
+
    <xsd:redefine schemaLocation="jboss-beans-common_2_0.xsd">
       <xsd:complexType name="beanType">
          <xsd:complexContent>
@@ -213,14 +214,6 @@
       </xsd:simpleType>
    </xsd:redefine>
 
-   <xsd:annotation>
-      <xsd:documentation>
-         <![CDATA[
-         A schema for constructing aop beans.
-         ]]>
-      </xsd:documentation>
-   </xsd:annotation>
-
    <xsd:element name="aop" type="aopType">
       <xsd:annotation>
          <xsd:documentation>




More information about the jboss-cvs-commits mailing list