← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 309: Changed DvInterval.lower and DvInterval.upper to xs:anyType

 

------------------------------------------------------------
revno: 309
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Tue 2012-09-18 20:34:01 -0300
message:
  Changed DvInterval.lower and DvInterval.upper to xs:anyType
modified:
  schemas/mlhim2.xsd


--
lp:mlhim-specs
https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main

Your team MLHIM Specifications Developers is subscribed to branch lp:mlhim-specs.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/+edit-subscription
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd	2012-09-18 15:55:27 +0000
+++ schemas/mlhim2.xsd	2012-09-18 23:34:01 +0000
@@ -474,7 +474,7 @@
 <xs:annotation>
 <xs:documentation>Stringified units, expressed in UCUM unit syn- tax, e.g. "kg/m2", “mm[Hg]", "ms-1", "km/h". NOTICE!
 The type is DvCodedString and it must be completed correctly. Entering a string as a 'value' here will cause the CCD to
-be invalid. http://aurora.regenstrief.org/~ucum/ucum.html Also see: http://www.unitsofmeasure.org/ Also available in
+be invalid. UOM codes can be found: http://aurora.regenstrief.org/~ucum/ucum.html Also see: http://www.unitsofmeasure.org/ Also available in
 other terminologies such as SNOMEDCT. </xs:documentation>
 </xs:annotation>
 </xs:element>
@@ -563,12 +563,12 @@
 <xs:complexContent>
 <xs:extension base="mlhim2:DvAnyType">
 <xs:sequence>
-<xs:element maxOccurs="1" minOccurs="1" ref="mlhim2:lower">
+<xs:element maxOccurs="1" minOccurs="1" name="lower" type="xs:anyType">
 <xs:annotation>
 <xs:documentation>lower value </xs:documentation>
 </xs:annotation>
 </xs:element>
-<xs:element maxOccurs="1" minOccurs="1" ref="mlhim2:upper">
+<xs:element maxOccurs="1" minOccurs="1" name="upper" type="xs:anyType">
 <xs:annotation>
 <xs:documentation>upper value</xs:documentation>
 </xs:annotation>
@@ -611,7 +611,7 @@
 <xs:complexContent>
 <xs:extension base="mlhim2:DvAnyType">
 <xs:sequence>
-<xs:element name="ReferenceRange-definition" type="xs:string">
+<xs:element maxOccurs="1" minOccurs="1" name="ReferenceRange-definition" type="xs:string">
 <xs:annotation>
 <xs:documentation>Term whose value indicates the meaning of this range, e.g. “normal”, “critical”, “therapeutic” etc.
 </xs:documentation>
@@ -1462,13 +1462,13 @@
 <xs:complexContent>
 <xs:extension base="mlhim2:DefinitionType">
 <xs:sequence>
-<xs:element maxOccurs="1" minOccurs="1" name="language" type="xs:language">
+<xs:element maxOccurs="1" minOccurs="1" name="language" type="xs:language" default="en-US">
 <xs:annotation>
 <xs:documentation>Mandatory indicator of the localised language in which this Entry is written. The ·value space· of
 language is the set of all strings that are valid language identifiers as defined [RFC 3066] . </xs:documentation>
 </xs:annotation>
 </xs:element>
-<xs:element maxOccurs="1" minOccurs="1" default="utf-8" name="encoding" type="xs:string">
+<xs:element maxOccurs="1" minOccurs="1" name="encoding" type="xs:string" default="utf-8">
 <xs:annotation>
 <xs:documentation>Name of character set encoding in which text values in this Entry are encoded. Default is utf-8.
 </xs:documentation>