[Bprocessor-commit] model/src/etc bprocessor.xsd,1.35,1.36
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2007-11-08 12:31:34
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4900/src/etc Modified Files: bprocessor.xsd Log Message: Removed level from persistense Removed building, floor, apartment from space Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** bprocessor.xsd 6 Nov 2007 19:00:43 -0000 1.35 --- bprocessor.xsd 8 Nov 2007 12:31:36 -0000 1.36 *************** *** 104,108 **** <xsd:attribute name="protoref" type="xsd:long" use="optional"/> <xsd:attribute name="transparent" type="xsd:boolean" use="required"/> - <xsd:attribute name="level" type="xsd:int" use="required"/> <xsd:attribute name="union" type="xsd:boolean" use="optional"/> </xsd:extension> --- 104,107 ---- |