<?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-2.1.xsd"/>

    <xs:element name="remoting">
        <xs:complexType mixed="true">
            <xs:attributeGroup ref="components:attlist.component"/>
            <xs:attributeGroup ref="remoting:attlist.remoting"/>
        </xs:complexType>
    </xs:element>
    <xs:attributeGroup name="attlist.remoting">
        <xs:attribute name="poll-interval" type="components:int"/>
        <xs:attribute name="poll-timeout" type="components:int" />
        <xs:attribute name="debug" type="components:boolean" />
    </xs:attributeGroup>
   
</xs:schema>
