[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Thu Feb 8 03:55:07 EST 2007


  User: gavin   
  Date: 07/02/08 03:55:07

  Modified:    src/main/org/jboss/seam  components-1.1.xsd
  Log:
  updated xsd
  
  Revision  Changes    Path
  1.7       +22 -0     jboss-seam/src/main/org/jboss/seam/components-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/components-1.1.xsd,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components-1.1.xsd	2 Feb 2007 14:04:48 -0000	1.6
  +++ components-1.1.xsd	8 Feb 2007 08:55:07 -0000	1.7
  @@ -7,6 +7,7 @@
         <xs:choice minOccurs="0" maxOccurs="unbounded">
           <xs:element ref="components:component"/>
           <xs:element ref="components:factory"/>
  +        <xs:element ref="components:event"/>
           <xs:any namespace="##other" processContents="strict"/>
         </xs:choice>
       </xs:complexType>
  @@ -120,4 +121,25 @@
       </xs:sequence>
     </xs:complexType>
   
  +  <xs:element name="event">
  +    <xs:complexType>
  +      <xs:choice minOccurs="0" maxOccurs="unbounded">
  +        <xs:element ref="components:action"/>
  +      </xs:choice>
  +      <xs:attributeGroup ref="components:attlist.event"/>
  +    </xs:complexType>
  +  </xs:element>
  +  <xs:attributeGroup name="attlist.event">
  +    <xs:attribute name="type" use="required"/>
  +  </xs:attributeGroup>
  +  
  +  <xs:element name="action">
  +    <xs:complexType>
  +      <xs:attributeGroup ref="components:attlist.action"/>
  +    </xs:complexType>
  +  </xs:element>
  +  <xs:attributeGroup name="attlist.action">
  +    <xs:attribute name="expression" use="required"/>
  +  </xs:attributeGroup>
  +  
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list