You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/08/12 23:26:06 UTC

svn commit: r1157258 - in /incubator/airavata/trunk/modules/commons/gfac-schema/schemas: ApplicationDescription.xsd BasicTypes.xsd HostDescription.xsd ServiceMap.xsd error.xsd gfac-simple-types.xsd gfac.xsd

Author: smarru
Date: Fri Aug 12 21:26:05 2011
New Revision: 1157258

URL: http://svn.apache.org/viewvc?rev=1157258&view=rev
Log:
Started some editions to schema

Modified:
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ApplicationDescription.xsd
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/BasicTypes.xsd
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/HostDescription.xsd
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ServiceMap.xsd
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/error.xsd
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-simple-types.xsd
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac.xsd

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ApplicationDescription.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ApplicationDescription.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ApplicationDescription.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ApplicationDescription.xsd Fri Aug 12 21:26:05 2011
@@ -1,3 +1,14 @@
+<!--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://schemas.airavata.apache.org/gfac"
         xmlns:gFac="http://schemas.airavata.apache.org/gfac"
         xmlns="http://www.w3.org/2001/XMLSchema"
@@ -47,10 +58,6 @@
             <!-- The executable or script that needs to be executed -->
             <element name="executable" type="xsd:string" minOccurs="1" maxOccurs="1"/>
 
-            <!-- The path to the LEAD Namelist file for this application on this host -->
-            <!-- This is used only if the application is a LEAD application that uses Namelists for input -->
-            <element name="leadNameListFile" type="xsd:anyURI" minOccurs="0" maxOccurs="1"/>
-
             <!-- This is the working directory for the service. Each application in the service
             can have a different working directory -->
             <element name="workDir" type="xsd:string" minOccurs="0" maxOccurs="1" />
@@ -87,11 +94,4 @@
         </sequence>
     </complexType>
 
-	<complexType name="RSLParmType">
-		<simpleContent>
-            <extension base="xsd:string" >
-                <attribute name="name" type="xsd:string" use="required"/>
-            </extension>
-        </simpleContent>
-    </complexType>
 </schema>
\ No newline at end of file

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/BasicTypes.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/BasicTypes.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/BasicTypes.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/BasicTypes.xsd Fri Aug 12 21:26:05 2011
@@ -1,3 +1,14 @@
+<!--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://schemas.airavata.apache.org/gfac"
         xmlns:gFac="http://schemas.airavata.apache.org/gfac"
         xmlns="http://www.w3.org/2001/XMLSchema"

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/HostDescription.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/HostDescription.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/HostDescription.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/HostDescription.xsd Fri Aug 12 21:26:05 2011
@@ -1,3 +1,14 @@
+<!--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://schemas.airavata.apache.org/gfac"
         xmlns:gFac="http://schemas.airavata.apache.org/gfac"
         xmlns="http://www.w3.org/2001/XMLSchema"

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ServiceMap.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ServiceMap.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ServiceMap.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/ServiceMap.xsd Fri Aug 12 21:26:05 2011
@@ -1,3 +1,14 @@
+<!--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://schemas.airavata.apache.org/gfac"
         xmlns:gFac="http://schemas.airavata.apache.org/gfac"
         xmlns="http://www.w3.org/2001/XMLSchema"

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/error.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/error.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/error.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/error.xsd Fri Aug 12 21:26:05 2011
@@ -1,5 +1,14 @@
-<?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 the specific 
+	language governing permissions and limitations under the License. -->
+	
 <schema xmlns = "http://www.w3.org/2001/XMLSchema"
         targetNamespace = "http://inca.sdsc.edu/dataModel/application1.0"
         xmlns:app = "http://inca.sdsc.edu/dataModel/application1.0"

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-simple-types.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-simple-types.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-simple-types.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-simple-types.xsd Fri Aug 12 21:26:05 2011
@@ -1,3 +1,14 @@
+ <!--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. -->
+	
  <xsd:schema elementFormDefault="unqualified" targetNamespace="http://schemas.airavata.apache.org/gfac" 
  	xmlns="http://www.w3.org/2001/XMLSchema" 
  	xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac.xsd?rev=1157258&r1=1157257&r2=1157258&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac.xsd Fri Aug 12 21:26:05 2011
@@ -1,3 +1,14 @@
+<!--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://schemas.airavata.apache.org/gfac"
         xmlns:gFac="http://schemas.airavata.apache.org/gfac"
         xmlns="http://www.w3.org/2001/XMLSchema"