- https://purl.semanticip.org/linked-data/sdmx/ML/CustomTypeDataType
TTL - 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>