[ismrmrd] 111/281: added base64 string userParameter to ISMRMRD schema.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:03 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 613f6ce9813ff245862c5b57d71c9647debe785a
Author: Joseph Naegele <joseph.naegele at gmail.com>
Date:   Mon Mar 25 14:09:01 2013 -0400

    added base64 string userParameter to ISMRMRD schema.
    
    FYI, the XSD libraries allow for th base64_type
    getters and setters to perform automatic encoding/decoding.
---
 schema/ismrmrd.xsd | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/schema/ismrmrd.xsd b/schema/ismrmrd.xsd
index 8bc871d..c020eec 100644
--- a/schema/ismrmrd.xsd
+++ b/schema/ismrmrd.xsd
@@ -28,6 +28,7 @@
 	    <xs:sequence>
 	      <xs:element maxOccurs="unbounded" minOccurs="0" name="userParameterLong" type="userParameterLongType"/>
 	      <xs:element maxOccurs="unbounded" minOccurs="0" name="userParameterDouble" type="userParameterDoubleType"/>
+	      <xs:element maxOccurs="unbounded" minOccurs="0" name="userParameterBase64" type="userParameterBase64Type"/>
 	    </xs:sequence>
 	  </xs:complexType>
 	</xs:element>
@@ -168,6 +169,13 @@
     </xs:all>
   </xs:complexType>
 
+  <xs:complexType name="userParameterBase64Type">
+    <xs:all>
+      <xs:element name="name" type="xs:string"/>
+      <xs:element name="value" type="xs:base64Binary"/>
+    </xs:all>
+  </xs:complexType>
+
   <xs:complexType name="measurementInformationType">
     <xs:all>
       <xs:element minOccurs="1" name="seriesDate" type="xs:date"/>

-- 
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