[jboss-maven2-commits] Repository SVN: r34377 - maven2/org/gatein/sso/sso-josso-plugin/1.0.0-Beta02.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Feb 19 08:53:43 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-02-19 08:53:42 -0500 (Fri, 19 Feb 2010)
New Revision: 34377

Added:
   maven2/org/gatein/sso/sso-josso-plugin/1.0.0-Beta02/sso-josso-plugin-1.0.0-Beta02.xsd
Log:
Wagon: Adding sso-josso-plugin.xsd to repository

Added: maven2/org/gatein/sso/sso-josso-plugin/1.0.0-Beta02/sso-josso-plugin-1.0.0-Beta02.xsd
===================================================================
--- maven2/org/gatein/sso/sso-josso-plugin/1.0.0-Beta02/sso-josso-plugin-1.0.0-Beta02.xsd	                        (rev 0)
+++ maven2/org/gatein/sso/sso-josso-plugin/1.0.0-Beta02/sso-josso-plugin-1.0.0-Beta02.xsd	2010-02-19 13:53:42 UTC (rev 34377)
@@ -0,0 +1,30 @@
+<?xml version='1.0'?>
+<!-- NOTE: this file is autogenerated by Apache XBean -->
+
+<xs:schema elementFormDefault='qualified'
+           targetNamespace='urn:org:gatein:sso:josso:plugin:gateinidentityplugin'
+           xmlns:xs='http://www.w3.org/2001/XMLSchema'
+           xmlns:tns='urn:org:gatein:sso:josso:plugin:gateinidentityplugin'>
+
+  <!-- element for type: org.gatein.sso.josso.plugin.GateinIdentityPlugin -->
+  <xs:element name='gatein-store'>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='authenticationScheme' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
+      </xs:sequence>
+      <xs:attribute name='authenticationScheme' type='xs:string'/>
+      <xs:attribute name='gateInContext' type='xs:string'/>
+      <xs:attribute name='gateInHost' type='xs:string'/>
+      <xs:attribute name='gateInPort' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+</xs:schema>



More information about the jboss-maven2-commits mailing list