[Bprocessor-commit] /model/src/etc classification.xsd,1.3,1.4
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-06-25 09:02:52
|
Update of /cvsroot/bprocessor//model/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20425/src/etc Modified Files: classification.xsd Log Message: made small changes to the classification schema and made the build script handle several schemas when compiling Index: classification.xsd =================================================================== RCS file: /cvsroot/bprocessor//model/src/etc/classification.xsd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** classification.xsd 21 Jun 2007 11:49:14 -0000 1.3 --- classification.xsd 25 Jun 2007 09:02:45 -0000 1.4 *************** *** 17,22 **** <xsd:sequence> <xsd:element ref="cns:XMLSpecificType" maxOccurs="unbounded" minOccurs="0"/> ! <xsd:element name="attributes" type="MapElementType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> --- 17,24 ---- <xsd:sequence> <xsd:element ref="cns:XMLSpecificType" maxOccurs="unbounded" minOccurs="0"/> ! <xsd:element name="attributes" type="MapElementType" maxOccurs="unbounded" minOccurs="0"/> </xsd:sequence> + <xsd:attribute name="index" type="xsd:int" use="required"/> + <xsd:attribute name="name" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> *************** *** 25,30 **** <xsd:complexType> <xsd:sequence> ! <xsd:element ref="cns:XMLClassification" maxOccurs="unbounded"/> ! <xsd:element ref="cns:XMLSpecificType" maxOccurs="unbounded" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="id" type="xsd:string" use="required"/> --- 27,32 ---- <xsd:complexType> <xsd:sequence> ! <xsd:element ref="cns:XMLClassification" maxOccurs="unbounded" minOccurs="0"/> ! <xsd:element ref="cns:XMLSpecificType" maxOccurs="1" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="id" type="xsd:string" use="required"/> |