|
From: Johan T. <jt...@us...> - 2006-10-11 14:33:29
|
Update of /cvsroot/vienti/vienti/schemas In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17010/schemas Modified Files: RBBR-Exchange.xsd Log Message: Use element 'rbbr:multiplicity'. Bump schema version to 0.2. Index: RBBR-Exchange.xsd =================================================================== RCS file: /cvsroot/vienti/vienti/schemas/RBBR-Exchange.xsd,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- RBBR-Exchange.xsd 15 May 2006 13:24:15 -0000 1.23 +++ RBBR-Exchange.xsd 11 Oct 2006 14:33:26 -0000 1.24 @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- $Id$ --> -<xsd:schema targetNamespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-Exchange/0.1/" - xmlns:xchng="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-Exchange/0.1/" - xmlns:rbbr="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.1/" +<xsd:schema targetNamespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-Exchange/0.2/" + xmlns:xchng="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-Exchange/0.2/" + xmlns:rbbr="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.2/" xmlns:base="http://www.biobanksregistersyd.se/XML-schema/ns/Base/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" attributeFormDefault="unqualified" xsi:schemaLocation="http://www.biobanksregistersyd.se/XML-schema/ns/Base/0.1/ Base.xsd - http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.1/ RBBR.xsd"> + http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.2/ RBBR.xsd"> - <xsd:import namespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.1/" schemaLocation="RBBR.xsd"/> + <xsd:import namespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.2/" schemaLocation="RBBR.xsd"/> <xsd:import namespace="http://www.biobanksregistersyd.se/XML-schema/ns/Base/0.1/" schemaLocation="Base.xsd"/> <xsd:annotation> @@ -36,7 +36,7 @@ as is and no guarantee or warranty is given that the information is fit for any particular purpose. The user thereof uses the information at its sole risk and liability. The Community is not liable for any use that may - be made of the information contained herein. + be made of the information contained herein. </xsd:documentation> </xsd:annotation> @@ -143,6 +143,12 @@ </xsd:documentation></xsd:annotation> </xsd:element> + <xsd:element ref="rbbr:multiplicity" minOccurs="0"> + <xsd:annotation><xsd:documentation> + The number of actual samples grouped under this 'mainSampleId'. + </xsd:documentation></xsd:annotation> + </xsd:element> + <xsd:element ref="base:sampleExistence" minOccurs="0"> <xsd:annotation><xsd:documentation> Gives the existence status of the sample. |