IntValueType

Version 23.1 by Artur K. on 2026/05/29 11:43

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/IntValueType page_white_text TTL
owl:Class
Int Value Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
complexType

IntValueType is a refinement of SimpleValueType limiting the content to be an integer. This can be further refined ranges, etc.

SDMXCommon.xsd

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

 

rdfs:subClassOf sip-sdmx-ML:ValueType ;

© Semantic R&D Group, 2026