[Bprocessor-commit] model/src/etc bprocessor.xsd,1.39,1.40
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2007-12-02 12:02:19
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15136/src/etc Modified Files: bprocessor.xsd Log Message: fixes related to using the facade modellor Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** bprocessor.xsd 26 Nov 2007 18:22:36 -0000 1.39 --- bprocessor.xsd 2 Dec 2007 12:02:14 -0000 1.40 *************** *** 101,104 **** --- 101,105 ---- <xsd:attribute name="transparent" type="xsd:boolean" use="required"/> <xsd:attribute name="union" type="xsd:boolean" use="optional"/> + <xsd:attribute name="net" type="xsd:boolean" use="optional"/> </xsd:extension> </xsd:complexContent> |