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

Norman Richards norman.richards at jboss.com
Mon Nov 20 22:05:24 EST 2006


  User: nrichards
  Date: 06/11/20 22:05:24

  Modified:    src/main/org/jboss/seam  jms-1.1.xsd
  Log:
  update jms xsd
  
  Revision  Changes    Path
  1.2       +39 -0     jboss-seam/src/main/org/jboss/seam/jms-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jms-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/jms-1.1.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jms-1.1.xsd	21 Nov 2006 02:03:18 -0000	1.1
  +++ jms-1.1.xsd	21 Nov 2006 03:05:24 -0000	1.2
  @@ -4,4 +4,43 @@
       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="topic-connection">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="jms:attlist.TopicConnection"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.TopicConnection">
  +        <xs:attribute name="topic-connection-factory-jndi-name" type="xs:string"/>
  +    </xs:attributeGroup>
  +
  +    <xs:element name="queue-connection">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="jms:attlist.QueueConnection"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.QueueConnection">
  +        <xs:attribute name="queue-connection-factory-jndi-name" type="xs:string"/>
  +    </xs:attributeGroup>
  +
  +    <xs:element name="managed-topic-publisher">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="jms:attlist.ManagedTopicPublisher"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.ManagedTopicPublisher">
  +        <xs:attribute name="topic-jndi-name" type="xs:string"/>
  +    </xs:attributeGroup>
  +
  +    <xs:element name="managed-queue-sender">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="jms:attlist.ManagedQueueSender"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.ManagedQueueSender">
  +        <xs:attribute name="queue-jndi-name" type="xs:string"/>
  +    </xs:attributeGroup>
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list