- https://purl.semanticip.org/linked-data/sdmx/ML/structure/FromVtlMappingType
TTL - owl:Class
- From Vtl Mapping Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:FromVtlSuperSpace ;
owl:allValuesFrom sip-sdmx-ML-structure:SpaceKeyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:FromVtlSuperSpace ;
owl:maxQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:SpaceKeyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:method ;
owl:allValuesFrom sip-sdmx-ML-structure:FromVtlMappingMethodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:method ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-structure:FromVtlMappingMethodType
] ;