[Bprocessor-commit] model/src/etc bprocessor.xsd,1.8,1.9
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-02-01 11:37:07
|
Update of /cvsroot/bprocessor/model/src/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30832/src/etc Modified Files: bprocessor.xsd Log Message: removed all references to attribute Index: bprocessor.xsd =================================================================== RCS file: /cvsroot/bprocessor/model/src/etc/bprocessor.xsd,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** bprocessor.xsd 13 Jan 2006 11:29:26 -0000 1.8 --- bprocessor.xsd 1 Feb 2006 11:36:56 -0000 1.9 *************** *** 8,20 **** <!-- Type definitions --> - <xsd:complexType name="AttributeType"> - <xsd:sequence> - <xsd:element name="id" type="xsd:long"/> - <xsd:element name="name" type="xsd:string"/> - <xsd:element name="type" type="xsd:string"/> - <xsd:element name="value" type="xsd:string"/> - </xsd:sequence> - </xsd:complexType> - <xsd:complexType name="DomainType"> <xsd:sequence> --- 8,11 ---- *************** *** 22,26 **** <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"/> </xsd:sequence> --- 13,16 ---- *************** *** 102,106 **** <!-- Element definitions --> - <xsd:element name="attribute" type="AttributeType"/> <xsd:element name="constructionspace" type="ConstructionSpaceType"/> <xsd:element name="functionalspace" type="FunctionalSpaceType"/> --- 92,95 ---- *************** *** 115,119 **** <xsd:complexType> <xsd:sequence> - <xsd:element ref="attribute" maxOccurs="unbounded" minOccurs="0"/> <xsd:element ref="constructionspace" maxOccurs="unbounded" minOccurs="0"/> <xsd:element ref="functionalspace" maxOccurs="unbounded" minOccurs="0"/> --- 104,107 ---- |