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

Norman Richards norman.richards at jboss.com
Mon Nov 20 20:26:28 EST 2006


  User: nrichards
  Date: 06/11/20 20:26:28

  Modified:    src/main/org/jboss/seam   components-1.1.xsd core-1.1.xsd
  Log:
  move multivalueproperty to components
  
  Revision  Changes    Path
  1.3       +9 -2      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components-1.1.xsd	20 Nov 2006 23:37:21 -0000	1.2
  +++ components-1.1.xsd	21 Nov 2006 01:26:28 -0000	1.3
  @@ -105,4 +105,11 @@
     </xs:attributeGroup>
     <xs:element name="key" type="xs:string"/>
     <xs:element name="value" type="xs:string"/>
  +
  +  <xs:complexType name="multiValuedProperty">
  +    <xs:sequence minOccurs="0" maxOccurs="unbounded">
  +      <xs:element ref="components:value"/>
  +    </xs:sequence>
  +  </xs:complexType>
  +
   </xs:schema>
  
  
  
  1.8       +3 -7      jboss-seam/src/main/org/jboss/seam/core-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.1.xsd,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- core-1.1.xsd	21 Nov 2006 01:21:11 -0000	1.7
  +++ core-1.1.xsd	21 Nov 2006 01:26:28 -0000	1.8
  @@ -154,7 +154,7 @@
               <xs:attributeGroup ref="core:attlist.resourceBundle"/>
           </xs:complexType>
       </xs:element>
  -    <xs:element name="bundle-names" type="core:multiValuedProperty"/>
  +    <xs:element name="bundle-names" type="components:multiValuedProperty"/>
   
   
   
  @@ -237,13 +237,9 @@
       </xs:element>
       <xs:attributeGroup name="attlist.Filter"> </xs:attributeGroup>
   
  -    <xs:complexType name="multiValuedProperty">
  -        <xs:sequence minOccurs="0" maxOccurs="unbounded">
  -            <xs:element ref="core:value"/>
  -        </xs:sequence>
  -    </xs:complexType>
  +
       
       <xs:element name="id" type="xs:string"/>
       <xs:element name="name" type="xs:string"/>
  -    <xs:element name="value" type="xs:string"/>
  +
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list