You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by ch...@apache.org on 2009/09/19 09:55:37 UTC

svn commit: r816880 - /incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/xsd0.xsd

Author: chintana
Date: Sat Sep 19 09:55:37 2009
New Revision: 816880

URL: http://svn.apache.org/viewvc?rev=816880&view=rev
Log:
Adding types of the new operation

Modified:
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/xsd0.xsd

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/xsd0.xsd
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/xsd0.xsd?rev=816880&r1=816879&r2=816880&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/xsd0.xsd (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/resources/META-INF/xsd0.xsd Sat Sep 19 09:55:37 2009
@@ -41,6 +41,21 @@
             </xs:sequence>
         </xs:complexType>
     </xs:element>
+    <xs:element name="getProfileIdFromStsIdentifier">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="uniqueIdentifier" nillable="true" type="xs:string"/>
+                <xs:element minOccurs="0" name="issuingSts" nillable="true" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getProfileIdFromStsIdentifierResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="getProfileIdFromStsIdentifierReturn" nillable="true" type="xs:string" />
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
     <xs:element name="loginResponse">
         <xs:complexType>
             <xs:sequence>