[Bprocessor-commit] model/src/etc bprocessor.xsd,1.46,1.47
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2009-09-18 10:16:31
|
Update of /cvsroot/bprocessor/model/src/etc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15421/src/etc Modified Files: bprocessor.xsd Log Message: grid Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** bprocessor.xsd 18 Sep 2009 09:09:06 -0000 1.46 --- bprocessor.xsd 18 Sep 2009 10:16:21 -0000 1.47 *************** *** 201,208 **** <xsd:complexContent> <xsd:extension base="ConstructorType"> ! <xsd:attribute name="size" type="xsd:float" use="optional"/> ! <xsd:attribute name="width" type="xsd:float" use="optional"/> ! <xsd:attribute name="height" type="xsd:float" use="optional"/> ! <xsd:attribute name="distance" type="xsd:float" use="optional"/> </xsd:extension> </xsd:complexContent> --- 201,208 ---- <xsd:complexContent> <xsd:extension base="ConstructorType"> ! <xsd:attribute name="size" type="xsd:double" use="optional"/> ! <xsd:attribute name="width" type="xsd:double" use="optional"/> ! <xsd:attribute name="height" type="xsd:double" use="optional"/> ! <xsd:attribute name="distance" type="xsd:double" use="optional"/> </xsd:extension> </xsd:complexContent> |