DoubleValueType

Version 16.1 by Artur K. on 2026/05/26 17:32

  

https://purl.semanticip.org/linked-data/sdmx/ML/DoubleValueType page_white_text TTL
owl:Class
Double Value Type
complexType

DoubleValueType is a refinement of SimpleValueType limiting the content to be a double. This can be further refined ranges, etc.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DoubleValueType">
  <xs:annotation>
   <xs:documentation>DoubleValueType is a refinement of SimpleValueType limiting the content to be a double. This can be further refined ranges, etc.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
   <xs:restriction base="ValueType">
    <xs:simpleType>
     <xs:restriction base="xs:double" />
    </xs:simpleType>
   </xs:restriction>
  </xs:simpleContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML:ValueType ;

© Semantic R&D Group, 2026