[jboss-cvs] JBossAS SVN: r71296 - projects/microcontainer/branches/jaxb-aop-mc-int/aop-mc-int/src/resources/main/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 07:36:24 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-03-26 07:36:23 -0400 (Wed, 26 Mar 2008)
New Revision: 71296

Modified:
   projects/microcontainer/branches/jaxb-aop-mc-int/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd
Log:
[JBAOP-468] Tidy up and add comments 

Modified: projects/microcontainer/branches/jaxb-aop-mc-int/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd
===================================================================
--- projects/microcontainer/branches/jaxb-aop-mc-int/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd	2008-03-26 11:12:41 UTC (rev 71295)
+++ projects/microcontainer/branches/jaxb-aop-mc-int/aop-mc-int/src/resources/main/schema/aop-beans_1_0.xsd	2008-03-26 11:36:23 UTC (rev 71296)
@@ -240,7 +240,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           A domain
+           An AOP Deployment
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -250,29 +250,29 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           aspects or interceptors
+           An AOP Deployment
            ]]>
          </xsd:documentation>
       </xsd:annotation>
       <xsd:choice minOccurs="0" maxOccurs="unbounded">
-         <xsd:element name="domain" type="domainType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="interceptor" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="annotation" type="aopAnnotationType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="annotation-introduction" type="annotationIntroductionType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="arraybind" type="arraybindType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="arrayreplacement" type="arrayreplacementType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="aspect" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="bind" type="bindType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="stack" type="stackType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="typedef" type="typedefType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="cflow-stack" type="cflowStackType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="declare-error" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="declare-warning" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="domain" type="domainType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="dynamic-cflow" type="dynamicCflowStackType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="prepare" type="prepareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="interceptor" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="introduction" type="introductionType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="pointcut" type="pointcutType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="annotation-introduction" type="annotationIntroductionType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="annotation" type="aopAnnotationType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="precedence" type="precedenceType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="introduction" type="introductionType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="arrayreplacement" type="arrayreplacementType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="arraybind" type="arraybindType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="declare-error" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="declare-warning" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="prepare" type="prepareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="stack" type="stackType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="typedef" type="typedefType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:any namespace="##other" processContents="strict" minOccurs="0">
             <xsd:annotation>
                <xsd:documentation>An extension value</xsd:documentation>
@@ -285,7 +285,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           A domain
+           An AOP domain
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -295,28 +295,33 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           aspects or interceptors 
+           An AOP domain
            ]]>
          </xsd:documentation>
       </xsd:annotation>
       <xsd:choice minOccurs="0" maxOccurs="1">
-         <xsd:element name="interceptor" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="annotation" type="aopAnnotationType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="annotation-introduction" type="annotationIntroductionType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="arraybind" type="arraybindType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="arrayreplacement" type="arrayreplacementType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="aspect" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="bind" type="bindType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="stack" type="stackType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="typedef" type="typedefType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="cflow-stack" type="cflowStackType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="declare-error" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="declare-warning" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="dynamic-cflow" type="dynamicCflowStackType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="prepare" type="prepareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="interceptor" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="introduction" type="introductionType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="pointcut" type="pointcutType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="annotation-introduction" type="annotationIntroductionType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="annotation" type="aopAnnotationType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="precedence" type="precedenceType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="introduction" type="introductionType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="arrayreplacement" type="arrayreplacementType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="arraybind" type="arraybindType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="declare-error" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
-         <xsd:element name="declare-warning" type="declareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="prepare" type="prepareType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="stack" type="stackType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:element name="typedef" type="typedefType" minOccurs="0" maxOccurs="unbounded"/>
+         <xsd:any namespace="##other" processContents="strict" minOccurs="0">
+            <xsd:annotation>
+               <xsd:documentation>An extension value</xsd:documentation>
+            </xsd:annotation>
+         </xsd:any>
       </xsd:choice>
       <xsd:attribute name="name" type="xsd:string" use="required"/>
       <xsd:attribute name="parentFirst" type="xsd:boolean" use="optional" default="false"/>
@@ -415,7 +420,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           A binding
+           An interceptor stack
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -425,7 +430,7 @@
       <xsd:annotation>
          <xsd:documentation>
             <![CDATA[
-           A binding
+           An interceptor stack
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -555,7 +560,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           An aspect
+           A typedef
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -565,7 +570,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           aspects or interceptors 
+           A typedef 
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -661,7 +666,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           A dynamic cflow
+           A declare-error or declare-warning
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -895,7 +900,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           A interface introduction
+           An array replacement
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -905,7 +910,7 @@
       <xsd:annotation>
          <xsd:documentation>
             <![CDATA[
-           A interface introduction
+           An array replacement
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -918,7 +923,7 @@
       <xsd:annotation>
          <xsd:documentation>
            <![CDATA[
-           A interface introduction
+           An array binding
            ]]>
          </xsd:documentation>
       </xsd:annotation>
@@ -928,7 +933,7 @@
       <xsd:annotation>
          <xsd:documentation>
             <![CDATA[
-           A interface introduction
+           An array binding
            ]]>
          </xsd:documentation>
       </xsd:annotation>




More information about the jboss-cvs-commits mailing list