[Gug-cvs] gug/gug/xsd jsdl-hpcpa.xsd,1.2,1.3
Status: Planning
Brought to you by:
szferi
From: Roczei G. <ro...@us...> - 2007-04-30 20:34:45
|
Update of /cvsroot/gug/gug/gug/xsd In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30145 Modified Files: jsdl-hpcpa.xsd Log Message: bugfix Index: jsdl-hpcpa.xsd =================================================================== RCS file: /cvsroot/gug/gug/gug/xsd/jsdl-hpcpa.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** jsdl-hpcpa.xsd 13 Mar 2007 13:07:58 -0000 1.2 --- jsdl-hpcpa.xsd 30 Apr 2007 20:34:42 -0000 1.3 *************** *** 78,82 **** </xsd:complexType> <!--========================================================================--> ! <xsd:complexType name="BasicHPCProfileApplication_Type"> <xsd:sequence> <xsd:element ref="jsdl-hpcpa:Executable" minOccurs="0"/> --- 78,82 ---- </xsd:complexType> <!--========================================================================--> ! <xsd:complexType name="BasicHPCApplication_Type"> <xsd:sequence> <xsd:element ref="jsdl-hpcpa:Executable" minOccurs="0"/> *************** *** 93,97 **** </xsd:complexType> <!--========================================================================--> ! <xsd:element name="BasicHPCProfileApplication" type="jsdl-hpcpa:BasicHPCProfileApplication_Type"/> <xsd:element name="Executable" type="jsdl-hpcpa:FileName_Type"/> <xsd:element name="Argument" type="jsdl-hpcpa:Argument_Type"/> --- 93,97 ---- </xsd:complexType> <!--========================================================================--> ! <xsd:element name="BasicHPCApplication" type="jsdl-hpcpa:BasicHPCApplication_Type"/> <xsd:element name="Executable" type="jsdl-hpcpa:FileName_Type"/> <xsd:element name="Argument" type="jsdl-hpcpa:Argument_Type"/> |