[Patchanim-commit] SF.net SVN: patchanim: [208] trunk/patchanim/src/com/mebigfatguy/patchanim/ io/P
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-18 07:38:03
|
Revision: 208
http://patchanim.svn.sourceforge.net/patchanim/?rev=208&view=rev
Author: dbrosius
Date: 2008-02-17 23:38:08 -0800 (Sun, 17 Feb 2008)
Log Message:
-----------
add 'Cycle' to the schema for oob
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd 2008-02-18 07:34:04 UTC (rev 207)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd 2008-02-18 07:38:08 UTC (rev 208)
@@ -44,6 +44,7 @@
<xsd:simpleType name="OutOfBoundsColorClass">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Clip"/>
+ <xsd:enumeration value="Cycle"/>
<xsd:enumeration value="Role"/>
</xsd:restriction>
</xsd:simpleType>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|