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

Norman Richards norman.richards at jboss.com
Mon Nov 20 21:03:18 EST 2006


  User: nrichards
  Date: 06/11/20 21:03:18

  Modified:    src/main/org/jboss/seam       core-1.1.xsd
  Added:       src/main/org/jboss/seam       drools-1.1.xsd
                        framework-1.1.xsd jms-1.1.xsd remoting-1.1.xsd
                        theme-1.1.xsd
  Log:
  stub out all xsds
  
  Revision  Changes    Path
  1.12      +2 -4      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- core-1.1.xsd	21 Nov 2006 01:47:28 -0000	1.11
  +++ core-1.1.xsd	21 Nov 2006 02:03:18 -0000	1.12
  @@ -9,8 +9,8 @@
       <xs:element name="actor">
           <xs:complexType mixed="true">
               <xs:sequence minOccurs="0" maxOccurs="1">
  -                <xs:element ref="core:id"/>
  -                <xs:element ref="core:group-actor-ids" />
  +                <xs:element minOccurs="0" ref="core:id"/>
  +                <xs:element minOccurs="0" ref="core:group-actor-ids" />
               </xs:sequence>
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="core:attlist.actor"/>
  @@ -133,7 +133,6 @@
       </xs:element>
       <xs:attributeGroup name="attlist.microcontainer"> </xs:attributeGroup>
   
  -
       <!-- done -->
       <xs:element name="pages">
           <xs:complexType mixed="true">
  @@ -165,7 +164,6 @@
       </xs:element>
       <xs:element name="bundle-names" type="components:multiValuedProperty"/>
       <xs:attributeGroup name="attlist.resourceBundle">
  -        <!-- also add elements? -->
           <xs:attribute name="bundle-names"> </xs:attribute>
       </xs:attributeGroup>
   
  
  
  
  1.1      date: 2006/11/21 02:03:18;  author: nrichards;  state: Exp;jboss-seam/src/main/org/jboss/seam/drools-1.1.xsd
  
  Index: drools-1.1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
      targetNamespace="http://jboss.com/products/seam/drools" xmlns:drools="http://jboss.com/products/seam/drools"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
  
  </xs:schema>
  
  
  
  1.1      date: 2006/11/21 02:03:18;  author: nrichards;  state: Exp;jboss-seam/src/main/org/jboss/seam/framework-1.1.xsd
  
  Index: framework-1.1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
      targetNamespace="http://jboss.com/products/seam/framework" xmlns:jms="http://jboss.com/products/seam/framework"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
  
  </xs:schema>
  
  
  
  1.1      date: 2006/11/21 02:03:18;  author: nrichards;  state: Exp;jboss-seam/src/main/org/jboss/seam/jms-1.1.xsd
  
  Index: jms-1.1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
      targetNamespace="http://jboss.com/products/seam/jms" xmlns:jms="http://jboss.com/products/seam/jms"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
  
  </xs:schema>
  
  
  
  1.1      date: 2006/11/21 02:03:18;  author: nrichards;  state: Exp;jboss-seam/src/main/org/jboss/seam/remoting-1.1.xsd
  
  Index: remoting-1.1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
      targetNamespace="http://jboss.com/products/seam/remoting" xmlns:remoting="http://jboss.com/products/seam/remoting"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
  
  </xs:schema>
  
  
  
  1.1      date: 2006/11/21 02:03:18;  author: nrichards;  state: Exp;jboss-seam/src/main/org/jboss/seam/theme-1.1.xsd
  
  Index: theme-1.1.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
      targetNamespace="http://jboss.com/products/seam/theme" xmlns:theme="http://jboss.com/products/seam/theme"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
  
      <xs:element name="theme-selector">
          <xs:complexType mixed="true">
              <xs:choice minOccurs="0" maxOccurs="1">
                  <xs:element ref="theme:available-themes"/>
              </xs:choice>
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="theme:attlist.themeSelector"/>
          </xs:complexType>
      </xs:element>
      <xs:element name="available-themes" type="components:multiValuedProperty"/>
      <xs:attributeGroup name="attlist.themeSelector">
          <xs:attribute name="theme" type="xs:string"/>
          <xs:attribute name="available-themes" type="xs:string"/>
          <xs:attribute name="cookie-enabled">
              <xs:simpleType>
                  <xs:restriction base="xs:token">
                      <xs:enumeration value="true"/>
                      <xs:enumeration value="false"/>
                  </xs:restriction>
              </xs:simpleType>
          </xs:attribute>
      </xs:attributeGroup>
  
  </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list