- https://purl.semanticip.org/linked-data/sdmx/ML/StandardFromVtlMappingMethodType
TTL - Standard From Vtl Mapping Method Type
- simpleType
A simple type enumerating the standard mapping methods when converting from data structures from VTL to SDMX.
- SDMXStructureTransformation.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StandardFromVtlMappingMethodType">
<xs:annotation>
<xs:documentation>A simple type enumerating the standard mapping methods when converting from data structures from VTL to SDMX.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Basic">
<xs:annotation>
<xs:documentation>The default mapping method, applicable only when the VLT data structure has just one measure component. See Section 6 SDMX Standards ("SDMX Technical Notes"), 10.3.4.1 ("Basic Mapping").</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unpivot">
<xs:annotation>
<xs:documentation>The mapping method to be used when the VTL data structure has more than one measure component. See Section 6 SDMX Standards ("SDMX Technical Notes"), 10.3.4.2 ("Unpivot Mapping").</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M2A">
<xs:annotation>
<xs:documentation>Mapping of multi-measure VTL where on measure is mapped to the SDMX primary measure and the remaining measures are mapped as data attributes. See Section 6 SDMX Standards ("SDMX Technical Notes"), 10.3.4.3 ("From VTL Measures to SDMX DataAttributes").</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>