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

Peter Muir peter at bleepbleep.org.uk
Sun Feb 4 14:09:33 EST 2007


  User: pmuir   
  Date: 07/02/04 14:09:33

  Added:       src/mail/org/jboss/seam/mail   mail-1.1.xsd
  Removed:     src/mail/org/jboss/seam/mail   mail.xsd
  Log:
  Rename mail.xsd
  
  Revision  Changes    Path
  1.1      date: 2007/02/04 19:09:33;  author: pmuir;  state: Exp;jboss-seam/src/mail/org/jboss/seam/mail/mail-1.1.xsd
  
  Index: mail-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/mail"
      xmlns:mail="http://jboss.com/products/seam/mail"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="http://jboss.com/products/seam/components-1.1.xsd"/>
      <xs:attributeGroup name="attlist.mailSession">
          <xs:attribute name="username" type="xs:string"/>
          <xs:attribute name="password" type="xs:string"/>
          <xs:attribute name="host" type="xs:string"/>
          <xs:attribute name="port" type="xs:string"/>
          <xs:attribute name="debug" type="xs:string"/>
      </xs:attributeGroup>
  
      <xs:element name="mailSession">
          <xs:complexType>
              <xs:attributeGroup ref="components:attlist.component" />
              <xs:attributeGroup ref="mail:attlist.mailSession" />
          </xs:complexType>
      </xs:element>
  </xs:schema>
  
  



More information about the jboss-cvs-commits mailing list