[Bprocessor-commit] model/src/etc bprocessor.xsd,1.47,1.48
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-02-12 13:04:28
|
Update of /cvsroot/bprocessor/model/src/etc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28852/src/etc Modified Files: bprocessor.xsd Log Message: Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** bprocessor.xsd 18 Sep 2009 10:16:21 -0000 1.47 --- bprocessor.xsd 12 Feb 2010 13:04:18 -0000 1.48 *************** *** 89,92 **** --- 89,94 ---- <xsd:element name="transforms" type="TransformType" maxOccurs="unbounded" minOccurs="0"/> <xsd:element name="anchor" type="CoordinateSystemType" maxOccurs="1" minOccurs="0"/> + <xsd:element name="attributes" type="MapElementType" maxOccurs="unbounded" minOccurs="0"/> + <xsd:element ref="space" maxOccurs="unbounded" minOccurs="0"/> <xsd:element ref="surface" maxOccurs="unbounded" minOccurs="0"/> |