|
From: Johan T. <jt...@us...> - 2006-10-13 07:32:51
|
Update of /cvsroot/vienti/vienti/schemas In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25502/schemas Modified Files: RBBR.xsd Log Message: Add support for specifying the referral id through the element 'referralId', belonging to the substitution group 'base:supplementarySampleId'. Index: RBBR.xsd =================================================================== RCS file: /cvsroot/vienti/vienti/schemas/RBBR.xsd,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- RBBR.xsd 11 Oct 2006 14:26:57 -0000 1.28 +++ RBBR.xsd 13 Oct 2006 07:32:48 -0000 1.29 @@ -163,6 +163,16 @@ <!-- ================================================== --> + <xsd:element name="referralId" type="xsd:string" substitutionGroup="base:supplementarySampleId"> + <xsd:annotation> + <xsd:documentation> + The identifier of the referral that generated the sample. + </xsd:documentation> + </xsd:annotation> + </xsd:element> + + <!-- ================================================== --> + <xsd:element name="multiplicity"> <xsd:annotation><xsd:documentation> The number of actual samples grouped under this 'mainSampleId'. |