[ismrmrd] 218/281: change the xsd for dicom gtplus

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit f0c4bf4286a87ad2e16fa4bd47cb2acda9944620
Author: Hui Xue <hui.xue at nih.gov>
Date:   Tue Mar 25 13:23:59 2014 -0400

    change the xsd for dicom gtplus
---
 schema/ismrmrd.xsd | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/schema/ismrmrd.xsd b/schema/ismrmrd.xsd
index 4be1512..9b675b7 100644
--- a/schema/ismrmrd.xsd
+++ b/schema/ismrmrd.xsd
@@ -5,14 +5,14 @@
 
     <xs:complexType name="ismrmrdHeader">
       <xs:sequence>
-	<xs:element maxOccurs="1" minOccurs="0" name="subjectInformation" type="subjectInformationType"/>
-	<xs:element maxOccurs="1" minOccurs="0" name="studyInformation" type="studyInformationType"/>
-	<xs:element maxOccurs="1" minOccurs="0" name="measurementInformation" type="measurementInformationType"/>
-	<xs:element maxOccurs="1" minOccurs="0" name="acquisitionSystemInformation" type="acquisitionSystemInformationType"/>
-	<xs:element maxOccurs="1" minOccurs="1" name="experimentalConditions" type="experimentalConditionsType"/>
+        <xs:element maxOccurs="1" minOccurs="0" name="subjectInformation" type="subjectInformationType"/>
+        <xs:element maxOccurs="1" minOccurs="0" name="studyInformation" type="studyInformationType"/>
+        <xs:element maxOccurs="1" minOccurs="0" name="measurementInformation" type="measurementInformationType"/>
+        <xs:element maxOccurs="1" minOccurs="0" name="acquisitionSystemInformation" type="acquisitionSystemInformationType"/>
+        <xs:element maxOccurs="1" minOccurs="1" name="experimentalConditions" type="experimentalConditionsType"/>
         <xs:element maxOccurs="unbounded" minOccurs="1" name="encoding" type="encoding"/>
-	<xs:element maxOccurs="1" minOccurs="0" name="parallelImaging" type="parallelImagingType"/>
-	<xs:element maxOccurs="1" minOccurs="0" name="sequenceParameters" type="sequenceParametersType"/>
+        <xs:element maxOccurs="1" minOccurs="0" name="parallelImaging" type="parallelImagingType"/>
+        <xs:element maxOccurs="1" minOccurs="0" name="sequenceParameters" type="sequenceParametersType"/>
         <xs:element maxOccurs="1" minOccurs="0" name="dicomParameters" type="dicomParametersType"/>
         <xs:element maxOccurs="1" minOccurs="0" name="userParameters" type="userParameters"/>
       </xs:sequence>
@@ -23,7 +23,7 @@
       <xs:element minOccurs="0" name="patientName" type="xs:string"/>
       <xs:element minOccurs="0" name="patientWeight_kg" type="xs:float"/>
       <xs:element minOccurs="0" name="patientID" type="xs:string"/>
-      <xs:element minOccurs="0" name="patientBirthdate" type="xs:date"/>
+      <xs:element minOccurs="0" name="patientBirthdate" type="xs:string"/>
       <xs:element minOccurs="0" name="patientGender">
         <xs:simpleType>
           <xs:restriction base="xs:string">
@@ -36,8 +36,8 @@
 
   <xs:complexType name="studyInformationType">
     <xs:all>
-      <xs:element minOccurs="1" name="studyDate" type="xs:date"/>
-      <xs:element minOccurs="1" name="studyTime" type="xs:time"/>
+      <xs:element minOccurs="0" name="studyDate" type="xs:date"/>
+      <xs:element minOccurs="0" name="studyTime" type="xs:time"/>
       <xs:element minOccurs="0" name="studyID" type="xs:string"/>
       <xs:element minOccurs="0" name="accessionNumber" type="xs:long"/>
       <xs:element minOccurs="0" name="referringPhysicianName" type="xs:string"/>
@@ -47,8 +47,8 @@
 
   <xs:complexType name="measurementInformationType">
     <xs:all>
-      <xs:element minOccurs="1" name="seriesDate" type="xs:date"/>
-      <xs:element minOccurs="1" name="seriesTime" type="xs:time"/>
+      <xs:element minOccurs="0" name="seriesDate" type="xs:date"/>
+      <xs:element minOccurs="0" name="seriesTime" type="xs:time"/>
       <xs:element minOccurs="1" name="patientPosition">
         <xs:simpleType>
           <xs:restriction base="xs:string">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list