[Bprocessor-commit] model/src/etc bprocessor.xsd,1.16,1.17
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-09-26 09:52:27
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19081/src/etc Modified Files: bprocessor.xsd Log Message: added levels to space and added union as a boolean, now the entire program uses that change Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** bprocessor.xsd 17 Sep 2006 21:58:16 -0000 1.16 --- bprocessor.xsd 26 Sep 2006 09:52:25 -0000 1.17 *************** *** 33,36 **** --- 33,37 ---- <xsd:element name="name" type="xsd:string" maxOccurs="1" minOccurs="0"/> <xsd:element name="type" type="xsd:int" maxOccurs="1" minOccurs="0"/> + <xsd:element name="level" type="xsd:int" maxOccurs="1" minOccurs="0"/> <xsd:element name="description" type="xsd:string" maxOccurs="1" minOccurs="0"/> <xsd:element name="Classification" type="xsd:string" maxOccurs="1" minOccurs="0"/> |