[Ktutorial-commits] SF.net SVN: ktutorial:[276] trunk/ktutorial/ktutorial-editor/src/ serialization
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-10-18 15:39:18
|
Revision: 276 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=276&view=rev Author: danxuliu Date: 2010-10-18 15:39:12 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Update XML Schema with WaitForWindow elements (forgotten in commit 258). Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/serialization/Tutorial.xsd Modified: trunk/ktutorial/ktutorial-editor/src/serialization/Tutorial.xsd =================================================================== --- trunk/ktutorial/ktutorial-editor/src/serialization/Tutorial.xsd 2010-10-17 22:53:21 UTC (rev 275) +++ trunk/ktutorial/ktutorial-editor/src/serialization/Tutorial.xsd 2010-10-18 15:39:12 UTC (rev 276) @@ -45,6 +45,7 @@ <xsd:element name="waitForEvent" type="WaitForEventType"/> <xsd:element name="waitForNot" type="WaitForNotType"/> <xsd:element name="waitForSignal" type="WaitForSignalType"/> + <xsd:element name="waitForWindow" type="WaitForWindowType"/> </xsd:choice> </xsd:group> @@ -96,4 +97,8 @@ <xsd:attribute name="signalName" type="xsd:string" use="optional"/> </xsd:complexType> + <xsd:complexType name="WaitForWindowType"> + <xsd:attribute name="windowObjectName" type="xsd:string" use="optional"/> + </xsd:complexType> + </xsd:schema> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |