ToVtlMappingMethodType
Last modified by Artur K. on 2026/06/05 16:27
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/ToVtlMappingMethodType
TTL - rdfs:Datatype
- To Vtl Mapping Method Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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-structure:StandardToVtlMappingMethodType
xsd:string
)