<xs:complexType name="InvlUnits">
<xs:annotation>
<xs:documentation xml:lang="en-us">The units designation for an Interval. This is composed of a units name and a URI because a ReferenceRange can contain intervals with different units (e.g., a temperature range in Celsius and another in Fahrenheit).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="units-name" type="xs:string"/>
<xs:element name="units-uri" type="xs:anyURI"/>
</xs:sequence>
</xs:complexType>
|