[jboss-maven2-commits] Repository SVN: r34328 - maven2/org/gatein/sso/sso-agent/1.0.0-Beta02.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Feb 19 07:57:25 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-02-19 07:57:25 -0500 (Fri, 19 Feb 2010)
New Revision: 34328

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

Added: maven2/org/gatein/sso/sso-agent/1.0.0-Beta02/sso-agent-1.0.0-Beta02.xsd
===================================================================
--- maven2/org/gatein/sso/sso-agent/1.0.0-Beta02/sso-agent-1.0.0-Beta02.xsd	                        (rev 0)
+++ maven2/org/gatein/sso/sso-agent/1.0.0-Beta02/sso-agent-1.0.0-Beta02.xsd	2010-02-19 12:57:25 UTC (rev 34328)
@@ -0,0 +1,44 @@
+<?xml version='1.0'?>
+<!-- NOTE: this file is autogenerated by Apache XBean -->
+
+<xs:schema elementFormDefault='qualified'
+           targetNamespace='urn:org:josso:agent:generic-servlet'
+           xmlns:xs='http://www.w3.org/2001/XMLSchema'
+           xmlns:tns='urn:org:josso:agent:generic-servlet'>
+
+  <!-- element for type: org.gatein.sso.agent.josso.GateInSSOAgent -->
+  <xs:element name='agent'>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='configuration' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='gatewayServiceLocator' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='parametersBuilders' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='unbounded'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
+      </xs:sequence>
+      <xs:attribute name='configuration' type='xs:string'/>
+      <xs:attribute name='debug' type='xs:integer'/>
+      <xs:attribute name='gatewayLoginErrorUrl' type='xs:string'/>
+      <xs:attribute name='gatewayLoginUrl' type='xs:string'/>
+      <xs:attribute name='gatewayLogoutUrl' type='xs:string'/>
+      <xs:attribute name='gatewayServiceLocator' type='xs:string'/>
+      <xs:attribute name='sessionAccessMinInterval' type='xs:long'/>
+      <xs:attribute name='singlePointOfAccess' 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