Update of /cvsroot/bprocessor/model/src/etc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9185/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.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** bprocessor.xsd 9 Sep 2009 10:31:00 -0000 1.45
--- bprocessor.xsd 18 Sep 2009 09:09:06 -0000 1.46
***************
*** 201,205 ****
<xsd:complexContent>
<xsd:extension base="ConstructorType">
! <xsd:attribute name="size" type="xsd:float" use="optional"/>
<xsd:attribute name="distance" type="xsd:float" use="optional"/>
</xsd:extension>
--- 201,207 ----
<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>
|