[Bprocessor-commit] model/src/etc bprocessor.xsd,1.7,1.8
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-13 11:29:34
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31920/src/etc Modified Files: bprocessor.xsd Log Message: Saves description in xml Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bprocessor.xsd 20 Dec 2005 13:54:53 -0000 1.7 --- bprocessor.xsd 13 Jan 2006 11:29:26 -0000 1.8 *************** *** 21,24 **** --- 21,25 ---- <xsd:element name="id" type="xsd:long"/> <xsd:element name="name" type="xsd:string"/> + <xsd:element name="description" type="xsd:string"/> <xsd:element name="attributeref" type="xsd:long" maxOccurs="unbounded" minOccurs="0"/> <xsd:element name="surfaceref" type="xsd:long" maxOccurs="unbounded" minOccurs="0"/> |