- https://purl.semanticip.org/linked-data/sdmx/ML/ToVtlMappingMethodType
TTL - rdfs:Datatype
- To Vtl Mapping Method Type
- simpleType
A simple type that allows for a standard to VTL mapping method enumeration value or a string value for other mapping methods.
- SDMXStructureTransformation.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ToVtlMappingMethodType">
<xs:annotation>
<xs:documentation>A simple type that allows for a standard to VTL mapping method enumeration value or a string value for other mapping methods.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="StandardToVtlMappingMethodType xs:string" />
</xs:simpleType>owl:unionOf (
sip-sdmx-ML:StandardToVtlMappingMethodType
xsd:string
)