[Bprocessor-commit] model/src/etc bprocessor.xsd,1.42,1.43
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2009-05-19 10:33:55
|
Update of /cvsroot/bprocessor/model/src/etc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32130/src/etc Modified Files: bprocessor.xsd Log Message: Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** bprocessor.xsd 5 Feb 2008 14:21:08 -0000 1.42 --- bprocessor.xsd 19 May 2009 10:33:45 -0000 1.43 *************** *** 197,200 **** --- 197,209 ---- </xsd:complexType> + <xsd:complexType name="GridType"> + <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> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="RelationType"> |