[jboss-cvs] microkernel/src/resources/schema ...

Kabir Khan kkhan at jboss.com
Wed Jul 19 14:19:58 EDT 2006


  User: kkhan   
  Date: 06/07/19 14:19:58

  Modified:    src/resources/schema  bean-deployer_2_0.xsd
  Log:
  [JBMICROCONT-98] Make the annotation metadata more free format
  
  Revision  Changes    Path
  1.11      +7 -19     microkernel/src/resources/schema/bean-deployer_2_0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: bean-deployer_2_0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/microkernel/src/resources/schema/bean-deployer_2_0.xsd,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- bean-deployer_2_0.xsd	28 Mar 2006 12:17:19 -0000	1.10
  +++ bean-deployer_2_0.xsd	19 Jul 2006 18:19:58 -0000	1.11
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- A prototype xsd schema for the pojoserver xml deployer
  -$Id: bean-deployer_2_0.xsd,v 1.10 2006/03/28 12:17:19 adrian Exp $
  +$Id: bean-deployer_2_0.xsd,v 1.11 2006/07/19 18:19:58 kkhan Exp $
    -->
   <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      targetNamespace="urn:jboss:bean-deployer:2.0"
  @@ -409,7 +409,7 @@
         </xsd:complexContent>
      </xsd:complexType>
   
  -   <xsd:complexType name="annotationType">
  +   <xsd:simpleType name="annotationType">
         <xsd:annotation>
            <xsd:documentation>
              <![CDATA[
  @@ -417,23 +417,11 @@
              ]]>
            </xsd:documentation>
         </xsd:annotation>
  -      <xsd:sequence>
  -         <xsd:element name="attribute" type="annotationAttributeType" minOccurs="0" maxOccurs="unbounded"/>
  -      </xsd:sequence>
  -      <xsd:attribute name="name" type="xsd:string" use="required"/>
  -   </xsd:complexType>
  -
  -   <xsd:complexType name="annotationAttributeType">
  -      <xsd:annotation>
  -         <xsd:documentation>
  -           <![CDATA[
  -           An attribute attached to a particular annotation.
  -           ]]>
  -         </xsd:documentation>
  -      </xsd:annotation>
  -      <xsd:attribute name="name" type="xsd:string" use="required"/>
  -      <xsd:attribute name="value" type="xsd:string" use="required"/>
  -   </xsd:complexType>
  +<!--      <xsd:attribute name="value" type="xsd:string" use="required"/>-->
  +      <xsd:restriction base="xsd:string">
  +         <xsd:whiteSpace value="collapse"/>
  +      </xsd:restriction>
  +   </xsd:simpleType>
   
      <xsd:simpleType name="classNameType">
         <xsd:annotation>
  
  
  



More information about the jboss-cvs-commits mailing list