[Bprocessor-commit] model/src/etc bprocessor.xsd,1.21,1.22
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-10-16 08:44:37
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6357/src/etc Modified Files: bprocessor.xsd Log Message: small fixes to the xmlification of modellors Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** bprocessor.xsd 14 Oct 2006 23:42:43 -0000 1.21 --- bprocessor.xsd 16 Oct 2006 08:44:29 -0000 1.22 *************** *** 112,115 **** --- 112,116 ---- <xsd:sequence> <xsd:element ref="vertex" maxOccurs="1" minOccurs="0"/> + <xsd:element name="connected" type="xsd:long" maxOccurs="unbounded" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="active" type="xsd:boolean" use="required"/> |