CustomTypeDataType

Version 20.1 by Artur K. on 2026/05/27 17:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/CustomTypeDataType page_white_text TTL
rdfs:Datatype
Custom Type Data Type
simpleType

A simple type that allows for a SDMX simple data type enumeration value or a string value for other data types.

SDMXStructureTransformation.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CustomTypeDataType">
  <xs:annotation>
   <xs:documentation>A simple type that allows for a SDMX simple data type enumeration value or a string value for other data types.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="common:SimpleDataType xs:string" />
 </xs:simpleType>

owl:unionOf (
    sip-sdmx-ML:SimpleDataType
    xsd:string
)

© Semantic R&D Group, 2026