Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element sdc4:InvlUnits / units-name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="units-name" type="xs:string"/>
Element sdc4:InvlUnits / units-uri
Namespace No namespace
Diagram
Diagram
Type xs:anyURI
Properties
content simple
Source
<xs:element name="units-uri" type="xs:anyURI"/>
Complex Type sdc4:InvlUnits
Namespace https://semanticdatacharter.com/ns/sdc4/
Annotations
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).
Diagram
Diagramsdc4_xsd_Complex_Type_sdc4_InvlUnits.tmp#InvlUnits_units-namesdc4_xsd_Complex_Type_sdc4_InvlUnits.tmp#InvlUnits_units-uri
Used by
Model
Children units-name, units-uri
Source
<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>