|
From: Johan T. <jt...@us...> - 2006-10-23 08:49:41
|
Update of /cvsroot/vienti/vienti/schemas In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17598/schemas Modified Files: RBBR-WS.xsd Log Message: Added the element 'rbbr:multiplicity'. Uses namespace RBBR in version 0.2. Bumbed namespace version to 0.2. Index: RBBR-WS.xsd =================================================================== RCS file: /cvsroot/vienti/vienti/schemas/RBBR-WS.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- RBBR-WS.xsd 8 Jun 2006 11:02:39 -0000 1.2 +++ RBBR-WS.xsd 23 Oct 2006 08:49:35 -0000 1.3 @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- $Id$ --> -<xsd:schema targetNamespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.1/" +<xsd:schema targetNamespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.2/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:base="http://www.biobanksregistersyd.se/XML-schema/ns/Base/0.1/" - xmlns:rbbr="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.1/" - xmlns:rbbrws="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.1/" + xmlns:rbbr="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR/0.2/" + xmlns:rbbrws="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.2/" elementFormDefault="qualified" attributeFormDefault="qualified"> <xsd:import namespace="http://www.biobanksregistersyd.se/XML-schema/ns/Base/0.1/" schemaLocation="Base.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:annotation> <xsd:documentation> @@ -200,7 +200,13 @@ laboratory. </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. |