FromVtlMappingType

Version 8.1 by Artur K. on 2026/05/25 16:45

  

https://purl.semanticip.org/linked-data/sdmx/ML/FromVtlMappingType page_white_text TTL
complexType

FromVtlMappingType defines the mapping method and filter used when mapping from VTL to SDMX.

SDMXStructureTransformation.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FromVtlMappingType">
  <xs:annotation>
   <xs:documentation>FromVtlMappingType defines the mapping method and filter used when mapping from VTL to SDMX.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="FromVtlSuperSpace" type="SpaceKeyType" minOccurs="0">
    <xs:annotation>
     <xs:documentation>Identifies a super space of the mapped dataflow that the mapping applies to. This is a collection of references to the dimensions that make up the space.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
  <xs:attribute name="method" type="FromVtlMappingMethodType" use="optional">
   <xs:annotation>
    <xs:documentation>The mapping method used when mapping from VTL to SDMX. This is typically a StandardFromVtlMappingMethodType, but can be any other value to allow for non-standard methods. The implied default is Basic for single-measure VTL data structures and Unpivot for multi-meausre VTL data structures.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>

 

© Semantic R&D Group, 2026