You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/10/27 22:39:17 UTC

cvs commit: incubator-geronimo/modules/kernel/src/schema components.xsd

dain        2003/10/27 13:39:17

  Modified:    modules/kernel/src/schema components.xsd
  Log:
  Updated to reflect new class space implementation in o.a.g.k.classspace
  
  Revision  Changes    Path
  1.2       +4 -2      incubator-geronimo/modules/kernel/src/schema/components.xsd
  
  Index: components.xsd
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/kernel/src/schema/components.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- components.xsd	22 Oct 2003 02:24:44 -0000	1.1
  +++ components.xsd	27 Oct 2003 21:39:17 -0000	1.2
  @@ -12,7 +12,8 @@
                               <xs:element name="codebase" type="codebaseType"/>
                           </xs:sequence>
                           <xs:attribute name="name" type="objectName" use="required"/>
  -                        <xs:attribute name="code" type="className" use="optional"/>
  +<!--                        <xs:attribute name="code" type="className" use="optional"/>-->
  +                        <xs:attribute name="descriptor" type="xs:anyURI" use="optional"/>
                           <xs:attribute name="create" type="xs:boolean" use="optional"/>
                           <xs:attribute name="parent" type="objectName" use="optional"/>
                       </xs:complexType>
  @@ -50,7 +51,8 @@
                                   </xs:complexType>
                               </xs:element>
                           </xs:sequence>
  -                        <xs:attribute name="code" type="className" use="required"/>
  +                        <xs:attribute name="code" type="className" use="optional"/>
  +                        <xs:attribute name="descriptor" type="xs:anyURI" use="optional"/>
                           <xs:attribute name="name" type="objectName" use="optional"/>
                       </xs:complexType>
                   </xs:element>