- https://purl.semanticip.org/linked-data/sdmx/ML/structure/CustomTypeDataType
TTL - rdfs:Datatype
- Custom Type Data Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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
)