You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2011/10/18 01:01:41 UTC

svn commit: r1185426 - /incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-parameter.xsd

Author: patanachai
Date: Mon Oct 17 23:01:40 2011
New Revision: 1185426

URL: http://svn.apache.org/viewvc?rev=1185426&view=rev
Log:
AIRAVATA-105 add element type for autogenerated document

Modified:
    incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-parameter.xsd

Modified: incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-parameter.xsd
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-parameter.xsd?rev=1185426&r1=1185425&r2=1185426&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-parameter.xsd (original)
+++ incubator/airavata/trunk/modules/commons/gfac-schema/schemas/gfac-parameter.xsd Mon Oct 17 23:01:40 2011
@@ -13,6 +13,9 @@
 	targetNamespace="http://schemas.airavata.apache.org/gfac/type" xmlns="http://www.w3.org/2001/XMLSchema"
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gfac="http://schemas.airavata.apache.org/gfac/type">
 
+
+	<element name="GFacParameter" type="gfac:ParameterType"/>
+
 	<simpleType name="DataType">
 		<restriction base="string">
 			<enumeration value="String" />
@@ -65,7 +68,7 @@
 		<complexContent>
 			<extension base="gfac:ParameterType">
 				<sequence>
-					<element name="Float" nillable="true" type="xsd:float" />
+					<element name="value" nillable="true" type="xsd:float" />
 				</sequence>
 				<attribute name="type" fixed="Float"/>
 			</extension>