BooleanValueType

Version 8.1 by Artur K. on 2026/05/25 16:45

  

https://purl.semanticip.org/linked-data/sdmx/ML/BooleanValueType page_white_text TTL
complexType

BooleanValueType is a refinement of SimpleValueType limiting the content to be a boolean.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BooleanValueType">
  <xs:annotation>
   <xs:documentation>BooleanValueType is a refinement of SimpleValueType limiting the content to be a boolean.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
   <xs:restriction base="ValueType">
    <xs:simpleType>
     <xs:restriction base="xs:boolean" />
    </xs:simpleType>
   </xs:restriction>
  </xs:simpleContent>
 </xs:complexType>

 

© Semantic R&D Group, 2026