[Bprocessor-commit] model/src/etc bprocessor.xsd,1.50,1.51
Status: Pre-Alpha
Brought to you by:
henryml
|
From: Michael L. <he...@us...> - 2011-05-24 13:57:27
|
Update of /cvsroot/bprocessor/model/src/etc
In directory vz-cvs-2.sog:/tmp/cvs-serv1633/src/etc
Modified Files:
bprocessor.xsd
Log Message:
Save edge parameters
Index: bprocessor.xsd
===================================================================
RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** bprocessor.xsd 5 May 2011 10:22:48 -0000 1.50
--- bprocessor.xsd 24 May 2011 13:57:25 -0000 1.51
***************
*** 35,38 ****
--- 35,41 ----
<xsd:complexContent>
<xsd:extension base="BasicType">
+ <xsd:sequence>
+ <xsd:element name="attribute" type="MapElementType" maxOccurs="unbounded" minOccurs="0"/>
+ </xsd:sequence>
<xsd:attribute name="progid" type="xsd:long" use="optional"/>
</xsd:extension>
***************
*** 89,93 ****
<xsd:element name="transforms" type="TransformType" maxOccurs="unbounded" minOccurs="0"/>
<xsd:element name="anchor" type="CoordinateSystemType" maxOccurs="1" minOccurs="0"/>
! <xsd:element name="attribute" type="MapElementType" maxOccurs="unbounded" minOccurs="0"/>
<xsd:element ref="space" maxOccurs="unbounded" minOccurs="0"/>
--- 92,96 ----
<xsd:element name="transforms" type="TransformType" maxOccurs="unbounded" minOccurs="0"/>
<xsd:element name="anchor" type="CoordinateSystemType" maxOccurs="1" minOccurs="0"/>
!
<xsd:element ref="space" maxOccurs="unbounded" minOccurs="0"/>
|