[Bprocessor-commit] model/src/etc bprocessor.xsd,1.14,1.15
Status: Pre-Alpha
Brought to you by:
henryml
From: Nikolaj B. <nbr...@us...> - 2006-09-11 09:22:02
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9725/src/etc Modified Files: bprocessor.xsd Log Message: Added classifications to the xml format so they now also get saved and loaded. Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** bprocessor.xsd 18 Aug 2006 07:01:25 -0000 1.14 --- bprocessor.xsd 11 Sep 2006 09:21:52 -0000 1.15 *************** *** 34,37 **** --- 34,38 ---- <xsd:element name="type" 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"/> <xsd:element name="boundary" type="xsd:long" maxOccurs="unbounded" minOccurs="0"/> <xsd:element name="voidref" type="xsd:long" maxOccurs="1" minOccurs="0"/> |