You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ra...@apache.org on 2013/03/12 17:44:26 UTC

svn commit: r1455608 - /airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd

Author: raminder
Date: Tue Mar 12 16:44:26 2013
New Revision: 1455608

URL: http://svn.apache.org/r1455608
Log:
Added SSH provider type

Modified:
    airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd

Modified: airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd?rev=1455608&r1=1455607&r2=1455608&view=diff
==============================================================================
--- airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd (original)
+++ airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd Tue Mar 12 16:44:26 2013
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--Licensed to the Apache Software 
-	Foundation (ASF) under one or more contributor license agreements. See the 
-	NOTICE file distributed with this work for additional information regarding 
-	copyright ownership. The ASF licenses this file to you under the Apache License, 
-	Version 2.0 (theÏ "License"); you may not use this file except in compliance 
-	with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
-	Unless required by applicable law or agreed to in writing, software distributed 
-	under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
-	OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for 
+<!--Licensed to the Apache Software
+	Foundation (ASF) under one or more contributor license agreements. See the
+	NOTICE file distributed with this work for additional information regarding
+	copyright ownership. The ASF licenses this file to you under the Apache License,
+	Version 2.0 (theÏ "License"); you may not use this file except in compliance
+	with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
+	Unless required by applicable law or agreed to in writing, software distributed
+	under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
+	OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for
 	the specific language governing permissions and limitations under the License. -->
 
 <schema targetNamespace="http://airavata.apache.org/schemas/gfac/2012/12"
@@ -75,7 +75,6 @@
         </complexContent>
     </complexType>
 
-		<!-- GSISSH Host Description -->
 	<complexType name="gsisshHostType">
 		<complexContent>
 			<extension base="gfac:hostDescriptionType">
@@ -89,6 +88,17 @@
 		</complexContent>
 	</complexType>
 
+	<!-- SSH Host Description -->
+	<complexType name="SSHHostType">
+		<complexContent>
+			<extension base="gfac:hostDescriptionType">
+				<sequence>
+					<element name="fileEndPointPrefix" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
+				</sequence>
+			</extension>
+		</complexContent>
+	</complexType>
+
     <!-- Hadoop Host Description -->
     <complexType name="hadoopHostType">
         <complexContent>